doc: modified comment for typing::AExpr::mtype
authorAlexandre Terrasa <Morriar@users.noreply.github.com>
Thu, 13 Mar 2014 04:21:35 +0000 (21:21 -0700)
committerAlexandre Terrasa <Morriar@users.noreply.github.com>
Thu, 13 Mar 2014 04:21:35 +0000 (21:21 -0700)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/typing.nit

index 9feb83b..03df217 100644 (file)
@@ -524,7 +524,7 @@ end
 
 redef class AExpr
        # The static type of the expression.
-       # null if self is a statement of in case of error
+       # null if self is a statement or in case of error
        var mtype: nullable MType = null
 
        # Is the statement correctly typed?