Index: doc/migration1-2.html =================================================================== diff -u -r210eab6d9149846d5d6a6a8e0fa74e232ca5b6de -rfe19549734064c3a57866e7e47743ec787f647e5 --- doc/migration1-2.html (.../migration1-2.html) (revision 210eab6d9149846d5d6a6a8e0fa74e232ca5b6de) +++ doc/migration1-2.html (.../migration1-2.html) (revision fe19549734064c3a57866e7e47743ec787f647e5) @@ -173,16 +173,16 @@ C instproc foo args {...}
C instproc bar args {
  my foo 1 2 3 ;# invoke own method
-   o baz        ;# invoke others method
+   o baz       ;# invoke others method
}
Object o
o proc baz {} {...}
Class create C {
  :method foo args {...}
  :method bar args {
-      :foo 1 2 3 ;# invoke own method
-      o baz      ;# invoke others method
+      :foo 1 2 3 ;# invoke own method
+      o baz     ;# invoke others method
  }
}
Object create o {
@@ -688,5 +688,5 @@
- Last modified: Fri Jan 15 13:15:37 CET 2010 + Last modified: Fri Jan 15 13:42:35 CET 2010