summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2019-12-22 18:21:13 -0500
committerGitHub <noreply@github.com>2019-12-22 18:21:13 -0500
commitade6543f4cf7dfb1ab4585a1bfca20f3d64d5add (patch)
treecade57e76340ec90d6f4eb68b4893140725cf06a
parentbb05cdcd78b3e3d54f0ad9afc01de383ed33dc1c (diff)
Adjust sentence in doc [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2773 Merged-By: XrXr
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 73d9464ca0..01890b11bb 100644
--- a/proc.c
+++ b/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.
*/