Commit cd1a5660 authored by murase_syuka's avatar murase_syuka

fix comment

parent 916630be
...@@ -856,7 +856,7 @@ fix_shift_get_width(mrb_state *mrb, mrb_int *width) ...@@ -856,7 +856,7 @@ fix_shift_get_width(mrb_state *mrb, mrb_int *width)
/* 15.2.8.3.12 */ /* 15.2.8.3.12 */
/* /*
* call-seq: * call-seq:
* fix << count -> integer * fix << count -> integer or float
* *
* Shifts _fix_ left _count_ positions (right if _count_ is negative). * Shifts _fix_ left _count_ positions (right if _count_ is negative).
*/ */
...@@ -881,7 +881,7 @@ fix_lshift(mrb_state *mrb, mrb_value x) ...@@ -881,7 +881,7 @@ fix_lshift(mrb_state *mrb, mrb_value x)
/* 15.2.8.3.13 */ /* 15.2.8.3.13 */
/* /*
* call-seq: * call-seq:
* fix >> count -> integer * fix >> count -> integer or float
* *
* Shifts _fix_ right _count_ positions (left if _count_ is negative). * Shifts _fix_ right _count_ positions (left if _count_ is negative).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment