mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust sentence in doc [ci skip]
This commit is contained in:
parent
bb05cdcd78
commit
ade6543f4c
Notes:
git
2019-12-23 08:21:35 +09:00
Merged: https://github.com/ruby/ruby/pull/2773 Merged-By: XrXr
1 changed files with 1 additions and 1 deletions
2
proc.c
2
proc.c
|
@ -3887,7 +3887,7 @@ proc_ruby2_keywords(VALUE procval)
|
|||
* # %w[test me].each { _1.each_char { p _1 } }
|
||||
* # ^~
|
||||
*
|
||||
* Numbered parameter was introduced in Ruby 2.7.
|
||||
* Numbered parameters were introduced in Ruby 2.7.
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue