Fixed typo in #ensureDollarsInVersionMethod: jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 20 Jan 2016 23:06:54 +0000
branchjv
changeset 3940 2a94c0dfac98
parent 3939 19b4d74de8b8
child 3943 b63fae0e8369
Fixed typo in #ensureDollarsInVersionMethod:
AbstractSourceCodeManager.st
--- a/AbstractSourceCodeManager.st	Mon Jan 18 06:55:12 2016 +0100
+++ b/AbstractSourceCodeManager.st	Wed Jan 20 23:06:54 2016 +0000
@@ -2576,7 +2576,7 @@
 
     |versionString|
 
-    versionString := aString copyWithout: $.
+    versionString := aString copyWithout: $$.
     ^ self ensureKeywordExpansionWith: $$ inVersionMethod:versionString.
 
     "
@@ -2588,6 +2588,8 @@
      self ensureDollarsInVersionMethod:'foo ^ ''$Head'' '    
      self ensureDollarsInVersionMethod:'foo ^ ''Header$'' '    
     "
+
+    "Modified: / 20-01-2016 / 22:58:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 ensureKeyword: keyword inVersionMethod: source