intrepreter: Fix the documentation of `PrimitiveInstance`
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 28 Mar 2017 04:16:02 +0000 (00:16 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 28 Mar 2017 04:16:44 +0000 (00:16 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/interpreter/naive_interpreter.nit

index 233bdce..0ec406c 100644 (file)
@@ -748,7 +748,7 @@ class MutableInstance
 end
 
 # Special instance to handle primitives values (int, bool, etc.)
-# The trick it just to encapsulate the <<real>> value
+# The trick is just to encapsulate the “real” value.
 class PrimitiveInstance[E]
        super Instance