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