From 2c644de6100b81eeeb916a8fe9bb37aa570714e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Tue, 28 Mar 2017 00:16:02 -0400 Subject: [PATCH] intrepreter: Fix the documentation of `PrimitiveInstance` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- src/interpreter/naive_interpreter.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5