diff options
author | Araq <rumpf_a@web.de> | 2019-05-13 09:40:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-05-13 09:40:43 +0200 |
commit | f84293ac8f50009d2d615639424ef6385620a6c9 (patch) | |
tree | 7ddfe48ddd31cdec4be93da31eb95e2e3eb72d7a /doc | |
parent | 869007b005542627c6284fb6865bb71713192f7b (diff) | |
download | Nim-f84293ac8f50009d2d615639424ef6385620a6c9.tar.gz |
fixes #11237
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 4444ec51a..50fbabd9d 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -4382,6 +4382,8 @@ A symbol can be forced to be open by a `mixin`:idx: declaration: new result init result +``mixin`` statements only make sense in templates and generics. + Bind statement -------------- @@ -4410,6 +4412,7 @@ definition): But a ``bind`` is rarely useful because symbol binding from the definition scope is the default. +``bind`` statements only make sense in templates and generics. Templates |