#OTHER by mawalch
authormawalch
Mon, 08 Aug 2016 19:41:58 +0200
changeset 20217 b4dbf7fe7b1e
parent 20216 c418bd1845dc
child 20218 415a8f568e3f
#OTHER by mawalch Fix ridiculously propagated typo.
Annotation.st
--- a/Annotation.st	Mon Aug 08 19:41:34 2016 +0200
+++ b/Annotation.st	Mon Aug 08 19:41:58 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.