parser_nodes: Fix documentation
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 19 May 2017 19:15:52 +0000 (15:15 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 19 May 2017 19:15:52 +0000 (15:15 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/parser/parser_nodes.nit

index d8dc9eb..bcbacb3 100644 (file)
@@ -1211,8 +1211,9 @@ class AIntrudeVisibility
 end
 
 # A class definition
-# While most definition are `AStdClassdef`
-# There is tow special case of class definition
+#
+# While most definitions are `AStdClassdef`s,
+# there are 2 special cases of class definitions.
 abstract class AClassdef
        super Prod
        # All the declared properties (including the main method)