Annotation.st
branchjv
changeset 20220 874c664d2cbd
parent 19861 95c7068e30ba
parent 20217 b4dbf7fe7b1e
child 23107 40173e082cbc
--- a/Annotation.st	Thu Aug 04 06:56:51 2016 +0200
+++ b/Annotation.st	Tue Aug 09 06:39:03 2016 +0200
@@ -423,7 +423,7 @@
 !Annotation methodsFor:'printing'!
 
 printOn:aStream
-    "append a printed representation if the receiver to the argument, aStream"
+    "append a printed representation of the receiver to the argument, aStream"
 
     self storeOn:aStream.