summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/keywords.rdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/keywords.rdoc b/doc/keywords.rdoc
index a74126823d..bfd0bec8da 100644
--- a/doc/keywords.rdoc
+++ b/doc/keywords.rdoc
@@ -82,6 +82,8 @@ if::
in::
Used to separate the iterable object and iterator variable in a +for+ loop.
See {control expressions}[rdoc-ref:syntax/control_expressions.rdoc]
+ It also serves as a pattern in a +case+ expression. See
+ See {pattern matching}[rdoc-ref:syntax/pattern_matching.rdoc]
module::
Creates or opens a module. See {modules and classes