diff --git a/doc/nep1.rst b/doc/nep1.rst index 3c7c697942..952856683c 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -167,7 +167,7 @@ new newFoo initializes a reference type ``Foo`` via ``new`` this or self self for method like procs, e.g.: `proc fun(self: Foo, a: int)` - rationale: `self` is more unique in english + rationale: `self` is more unique in English than `this`, and `foo` would not be DRY. find find should return the position where something was found; for a bool result @@ -287,6 +287,9 @@ Miscellaneous - Use `a..b` instead of `a .. b`, except when `b` contains an operator, for example `a .. -3`. Likewise with `a..