From 79c2d2fb510a67de0f55897080ff59e83556a95f Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 8 Sep 2016 04:57:49 +0000 Subject: replace fixnum by integer in documents. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index c096f62739..f2002eb355 100644 --- a/proc.c +++ b/proc.c @@ -873,7 +873,7 @@ rb_proc_call_with_block(VALUE self, int argc, const VALUE *argv, VALUE passed_pr /* * call-seq: - * prc.arity -> fixnum + * prc.arity -> integer * * Returns the number of mandatory arguments. If the block * is declared to take no arguments, returns 0. If the block is known @@ -2300,7 +2300,7 @@ rb_method_entry_arity(const rb_method_entry_t *me) /* * call-seq: - * meth.arity -> fixnum + * meth.arity -> integer * * Returns an indication of the number of arguments accepted by a * method. Returns a nonnegative integer for methods that take a fixed -- cgit v1.2.3