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:
parent
db33669264
commit
f266d21f65
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri May 8 15:05:57 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* doc/syntax/control_expressions.rdoc: fix a missing "a"
|
||||
[fix GH-888][ci skip] Patch by @riffraff
|
||||
|
||||
Fri May 8 12:11:33 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_eval.c (rb_method_call_status): resolve refined method entry
|
||||
|
|
|
@ -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>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue