Merge: intrepreter: Fix the documentation of `PrimitiveInstance`
[nit.git] / 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