[svn] r6381: nemerle/trunk/macros/alias.n

d svnadmin at nemerle.org
Wed Jun 7 22:44:30 CEST 2006


Log:
Correct typos in comments and error messages.


Author: d
Date: Wed Jun  7 22:44:29 2006
New Revision: 6381

Modified:
   nemerle/trunk/macros/alias.n

Modified: nemerle/trunk/macros/alias.n
==============================================================================
--- nemerle/trunk/macros/alias.n	(original)
+++ nemerle/trunk/macros/alias.n	Wed Jun  7 22:44:29 2006
@@ -96,7 +96,7 @@
    * public F2 () t { ... }
    * public static F3 (x : this) : t { ... } // [x] <-> [this]
    *
-   ***** Example #4:
+   ***** Example #5:
    *
    * [Alias (F1 (x, y), F2 (x, y, z)] 
    * public F (x : t1, y : t2) : t3 { ... }
@@ -210,6 +210,6 @@
           }
       }
     else
-      Message.Error ("Sorry, aliasing non-static methods are not yet supported!")
+      Message.Error ("Sorry, aliasing non-static methods is not yet supported!")
   }
 }



More information about the svn mailing list