summary refs log tree commit diff stats
path: root/doc/manual/special_ops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/special_ops.txt')
-rw-r--r--doc/manual/special_ops.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/special_ops.txt b/doc/manual/special_ops.txt
index 702693423..1c7136bec 100644
--- a/doc/manual/special_ops.txt
+++ b/doc/manual/special_ops.txt
@@ -4,6 +4,9 @@ Special Operators
 dot operators
 -------------
 
+**Note**: Dot operators are still experimental and so need to be enabled
+via ``{.experimental.}``.
+
 Nim offers a special family of dot operators that can be used to
 intercept and rewrite proc call and field access attempts, referring
 to previously undeclared symbol names. They can be used to provide a