diff options
| author | Kouki Ooyatsu <[email protected]> | 2013-03-08 10:41:38 +0900 |
|---|---|---|
| committer | Kouki Ooyatsu <[email protected]> | 2013-03-08 10:42:28 +0900 |
| commit | d3ff90f5fc99e06433ccb6213461b906101cb623 (patch) | |
| tree | 660f507f0ca29f3167d531729aaf213ecb41877c | |
| parent | 6dfc276230d52b7fed7f86b94473cd6a8bb88cc0 (diff) | |
| download | mruby-d3ff90f5fc99e06433ccb6213461b906101cb623.tar.gz mruby-d3ff90f5fc99e06433ccb6213461b906101cb623.zip | |
fix comment
| -rw-r--r-- | mrbgems/mruby-numeric-ext/test/numeric.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-numeric-ext/test/numeric.rb b/mrbgems/mruby-numeric-ext/test/numeric.rb index 0132e5559..6c1cf0fce 100644 --- a/mrbgems/mruby-numeric-ext/test/numeric.rb +++ b/mrbgems/mruby-numeric-ext/test/numeric.rb @@ -5,6 +5,6 @@ assert('Integer#chr') do assert_equal(65.chr, "A") assert_equal(0x42.chr, "B") - # encoding multibyte (not support yet) + # multibyte encoding (not support yet) assert_raise(RangeError) { 12345.chr } end |
