# HG changeset patch # User Claus Gittinger # Date 1478272287 -3600 # Node ID 5e4783d33953c2e7c53ab33deba374a684889f71 # Parent 8fc0aa10c3a8f71b4f8b4e73a511744f7759feb8 #DOCUMENTATION by cg class: NameSpace comment/format in: #canHaveExtensions diff -r 8fc0aa10c3a8 -r 5e4783d33953 NameSpace.st --- a/NameSpace.st Fri Nov 04 16:10:35 2016 +0100 +++ b/NameSpace.st Fri Nov 04 16:11:27 2016 +0100 @@ -698,7 +698,7 @@ canHaveExtensions "return true, if this class allows extensions from other packages. - Private classes, namespaces and projectDefinitions dont allow this" + Private classes, namespaces and projectDefinitions don't allow this" ^ self == NameSpace @@ -756,7 +756,7 @@ !NameSpace class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.79 2015-02-19 09:44:38 cg Exp $' + ^ '$Header$' ! version_SVN