aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-25 00:39:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-25 00:39:29 +0000
commitcdffcebd102b6345be2690b9ad845e9d4876c6b7 (patch)
tree4b7f53978d4b69d443e2bffe820ee109152a2e5d /error.c
parentd2cf6a2ab65b623816cb49a5a348e35e21508618 (diff)
downloadruby-cdffcebd102b6345be2690b9ad845e9d4876c6b7.tar.gz
update document [ci skip]
* error.c (ArgumentError): [DOC] update document following [Feature #9025] * proc.c (proc_call, proc_curry): [DOC] ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 9d3e191523..d6fe701fa1 100644
--- a/error.c
+++ b/error.c
@@ -1592,7 +1592,7 @@ syserr_eqq(VALUE self, VALUE exc)
*
* <em>raises the exception:</em>
*
- * ArgumentError: wrong number of arguments (2 for 1)
+ * ArgumentError: wrong number of arguments (given 2, expected 1)
*
* Ex: passing an argument that is not acceptable:
*