diff options
author | Marcus Stollsteimer <[email protected]> | 2020-12-24 11:30:30 +0100 |
---|---|---|
committer | Marcus Stollsteimer <[email protected]> | 2020-12-24 11:30:30 +0100 |
commit | c601a7ecfdfebcbf3534c4c22a3a7afc4dbf3333 (patch) | |
tree | c4551792e3d945c39a48b3ab0430d5b2a4599205 | |
parent | 7ca2ca9e32ceea48e2e3a2d31318dff57da7f08e (diff) |
doc/keywords.rdoc: fix typo
-rw-r--r-- | doc/keywords.rdoc | 2 |
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:: |