From cd1a566002861665f3f00b6668d5a158e694c187 Mon Sep 17 00:00:00 2001 From: murase_syuka Date: Mon, 16 Nov 2015 22:27:42 +0900 Subject: fix comment --- src/numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/numeric.c b/src/numeric.c index 5d595f6a9..6cceaeb9e 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -856,7 +856,7 @@ fix_shift_get_width(mrb_state *mrb, mrb_int *width) /* 15.2.8.3.12 */ /* * call-seq: - * fix << count -> integer + * fix << count -> integer or float * * Shifts _fix_ left _count_ positions (right if _count_ is negative). */ @@ -881,7 +881,7 @@ fix_lshift(mrb_state *mrb, mrb_value x) /* 15.2.8.3.13 */ /* * call-seq: - * fix >> count -> integer + * fix >> count -> integer or float * * Shifts _fix_ right _count_ positions (left if _count_ is negative). */ -- cgit v1.2.3