From: Jean-Christophe Beaupré Date: Tue, 28 Mar 2017 04:16:02 +0000 (-0400) Subject: intrepreter: Fix the documentation of `PrimitiveInstance` X-Git-Url: http://nitlanguage.org intrepreter: Fix the documentation of `PrimitiveInstance` Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/interpreter/naive_interpreter.nit b/src/interpreter/naive_interpreter.nit index 233bdce..0ec406c 100644 --- a/src/interpreter/naive_interpreter.nit +++ b/src/interpreter/naive_interpreter.nit @@ -748,7 +748,7 @@ class MutableInstance end # Special instance to handle primitives values (int, bool, etc.) -# The trick it just to encapsulate the <> value +# The trick is just to encapsulate the “real” value. class PrimitiveInstance[E] super Instance