From 577de1e93dac9adf321602517c5ab80884911566 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 --- error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index bb10e295af..4224c5f771 100644 --- a/error.c +++ b/error.c @@ -1050,7 +1050,7 @@ exit_initialize(int argc, VALUE *argv, VALUE exc) /* * call-seq: - * system_exit.status -> fixnum + * system_exit.status -> integer * * Return the status value associated with this system exit. */ @@ -1557,7 +1557,7 @@ syserr_initialize(int argc, VALUE *argv, VALUE self) /* * call-seq: - * system_call_error.errno -> fixnum + * system_call_error.errno -> integer * * Return this SystemCallError's error number. */ -- cgit v1.2.3