#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 23:45:23 +0200
changeset 4112 2cc2b838ae84
parent 4111 2ee2f8107300
child 4113 c8014ba8731a
#DOCUMENTATION by cg class: ProjectProblem comment/format in: #documentation
ProjectProblem.st
--- a/ProjectProblem.st	Thu Oct 13 19:16:26 2016 +0200
+++ b/ProjectProblem.st	Thu Oct 13 23:45:23 2016 +0200
@@ -248,7 +248,7 @@
 
 documentation
 "
-    I represent a problem as detect by the project consistency checker,
+    I represent a problem as detected by the project consistency checker,
     which is optionally executed before committing a package to a repository.
     Typically, I find inconsistencies, uncompilable methods or missing prerequisites,
     which might lead to trouble when the package is later to be compiled to a dll via stc.