summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2020-12-24 11:30:30 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2020-12-24 11:30:30 +0100
commitc601a7ecfdfebcbf3534c4c22a3a7afc4dbf3333 (patch)
treec4551792e3d945c39a48b3ab0430d5b2a4599205 /doc
parent7ca2ca9e32ceea48e2e3a2d31318dff57da7f08e (diff)
doc/keywords.rdoc: fix typo
Diffstat (limited to 'doc')
-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::