1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

doc/keywords.rdoc: fix typo

This commit is contained in:
Marcus Stollsteimer 2020-12-24 11:30:30 +01:00
parent 7ca2ca9e32
commit c601a7ecfd

View file

@ -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::