summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst3
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