Merge: intrepreter: Fix the documentation of `PrimitiveInstance`
authorJean Privat <jean@pryen.org>
Tue, 28 Mar 2017 12:27:49 +0000 (08:27 -0400)
committerJean Privat <jean@pryen.org>
Tue, 28 Mar 2017 12:27:49 +0000 (08:27 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2400

src/interpreter/naive_interpreter.nit

index a8d4473..430af89 100644 (file)
@@ -749,7 +749,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