summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nep1.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst
index 3bae6a00b..bdf8e0eab 100644
--- a/doc/nep1.rst
+++ b/doc/nep1.rst
@@ -157,7 +157,8 @@ English word            To use         Notes
 -------------------     ------------   --------------------------------------
 initialize              initFoo        initializes a value type `Foo`
 new                     newFoo         initializes a reference type `Foo`
-                                       via `new`
+                                       via `new` or a value type `Foo`
+                                       with reference semantics.
 this or self            self           for method like procs, e.g.:
                                        `proc fun(self: Foo, a: int)`
                                        rationale: `self` is more unique in English