summaryrefslogtreecommitdiff
path: root/doc/keywords.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/keywords.rdoc')
-rw-r--r--doc/keywords.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keywords.rdoc b/doc/keywords.rdoc
index bfd0bec8da..cb1cff33f0 100644
--- a/doc/keywords.rdoc
+++ b/doc/keywords.rdoc
@@ -82,7 +82,7 @@ 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
+ It also serves as a pattern in a +case+ expression.
See {pattern matching}[rdoc-ref:syntax/pattern_matching.rdoc]
module::