mrubyを超漢字で動作させる
Revision | ed6f3a0735c42d9b333939d3cccdb83fd6778771 (tree) |
---|---|
Time | 2015-11-16 23:36:11 |
Author | Yukihiro "Matz" Matsumoto <matz@ruby...> |
Commiter | Yukihiro "Matz" Matsumoto |
Merge pull request #3015 from murasesyuka/fix/fix_lshift_and_fix_rshift_doc
fix comment
@@ -856,7 +856,7 @@ fix_shift_get_width(mrb_state *mrb, mrb_int *width) | ||
856 | 856 | /* 15.2.8.3.12 */ |
857 | 857 | /* |
858 | 858 | * call-seq: |
859 | - * fix << count -> integer | |
859 | + * fix << count -> integer or float | |
860 | 860 | * |
861 | 861 | * Shifts _fix_ left _count_ positions (right if _count_ is negative). |
862 | 862 | */ |
@@ -881,7 +881,7 @@ fix_lshift(mrb_state *mrb, mrb_value x) | ||
881 | 881 | /* 15.2.8.3.13 */ |
882 | 882 | /* |
883 | 883 | * call-seq: |
884 | - * fix >> count -> integer | |
884 | + * fix >> count -> integer or float | |
885 | 885 | * |
886 | 886 | * Shifts _fix_ right _count_ positions (left if _count_ is negative). |
887 | 887 | */ |