#DOCUMENTATION by mawalch cvs_MAIN expecco_ALM_1_10_0 expecco_ALM_1_10_0_8 expecco_ALM_1_11_0 expecco_ALM_1_11_0_2 expecco_ALM_1_11_2
authormawalch
Tue, 29 Nov 2016 22:16:23 +0100
branchcvs_MAIN
changeset 3662 487d86fcee92
parent 3658 ca287b05955e
child 3663 a15383b737ad
#DOCUMENTATION by mawalch class: Java added: #documentation removed: #doumentation comment/format in: #as_String:
Java.st
--- a/Java.st	Sat Nov 19 21:11:46 2016 +0100
+++ b/Java.st	Tue Nov 29 22:16:23 2016 +0100
@@ -61,7 +61,7 @@
 "
 !
 
-doumentation
+documentation
 "
     to start the show, evaluate:
         Java boot
@@ -746,7 +746,7 @@
 !
 
 as_String:aString
-    "Given a Smalltalk string, returns corresponsing instance of
+    "Given a Smalltalk string, returns corresponding instance of
      java.lang.String"
 
     ^Release as_String: aString