From 68c661b8e5345cb7643e88febd9ca0dc17726175 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 26 Apr 2016 12:29:41 +0000 Subject: [DOC] update Integer#<< doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numeric.c') 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 -- cgit v1.2.3