ruby-changes:64561
From: Marcus <ko1@a...>
Date: Thu, 24 Dec 2020 19:38:23 +0900 (JST)
Subject: [ruby-changes:64561] c601a7ecfd (master): doc/keywords.rdoc: fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=c601a7ecfd From c601a7ecfdfebcbf3534c4c22a3a7afc4dbf3333 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer <sto.mar@w...> Date: Thu, 24 Dec 2020 11:30:30 +0100 Subject: doc/keywords.rdoc: fix typo diff --git a/doc/keywords.rdoc b/doc/keywords.rdoc index bfd0bec..cb1cff3 100644 --- a/doc/keywords.rdoc +++ b/doc/keywords.rdoc @@ -82,7 +82,7 @@ if:: https://github.com/ruby/ruby/blob/trunk/doc/keywords.rdoc#L82 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:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/