aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-26 12:29:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-26 12:29:41 +0000
commit804d153e32737ec5156e763211ae54d8fe675a09 (patch)
tree6828f7f7c7541cd8a93545f031e0bc300c296337 /numeric.c
parent6f43f54b18fba8d7b958f2027a4b3e096bf47154 (diff)
downloadruby-804d153e32737ec5156e763211ae54d8fe675a09.tar.gz
[DOC] update Integer#<< doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index 36432b27b4..6bb713a7ef 100644
--- a/numeric.c
+++ b/numeric.c
@@ -3963,9 +3963,9 @@ fix_lshift(long val, unsigned long width)
/*
* call-seq:
- * fix << count -> integer
+ * int << count -> integer
*
- * Shifts +fix+ left +count+ positions, or right if +count+ is negative.
+ * Shifts +int+ left +count+ positions, or right if +count+ is negative.
*/
static VALUE