1
0
Fork 0
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:
Alan Wu 2019-12-22 18:21:13 -05:00 committed by GitHub
parent bb05cdcd78
commit ade6543f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2019-12-23 08:21:35 +09:00
Merged: https://github.com/ruby/ruby/pull/2773

Merged-By: XrXr

2
proc.c
View file

@ -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.
*/