Character.st
changeset 24475 afb26f52146e
parent 24445 b8723c1b7335
child 24476 01b760108871
--- a/Character.st	Sat Jul 27 14:58:29 2019 +0200
+++ b/Character.st	Sat Jul 27 15:40:29 2019 +0200
@@ -365,7 +365,7 @@
 !
 
 period
-    "Answer the Character representing a carriage period."
+    "Answer the Character representing a period character."
 
     ^ self codePoint:46
 !
@@ -539,7 +539,7 @@
 !
 
 return
-    "return the return character.
+    "return the (carriage) return character.
      In ST/X, this is different from cr - for Unix reasons."
 
     ^ Character codePoint:13