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

* doc/syntax/control_expressions.rdoc: fix a missing "a"

[fix GH-888][ci skip] Patch by @riffraff

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-05-08 06:06:03 +00:00
parent db33669264
commit f266d21f65
2 changed files with 6 additions and 1 deletions

View file

@ -441,7 +441,7 @@ for proper usage of +retry+.
== Flip-Flop
The flip-flop is rarely seen conditional expression. It's primary use is
The flip-flop is a rarely seen conditional expression. It's primary use is
for processing text from ruby one-line programs used with <code>ruby -n</code>
or <code>ruby -p</code>.