diff options
| author | Kazuhiro Sera <[email protected]> | 2018-08-11 00:28:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:19:17 +0900 |
| commit | 2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch) | |
| tree | 7086cf708cf6081fe09b60a941be41bf9f1cac1e /test/t/literals.rb | |
| parent | b083c1351f98206aa048d0dea83b83304a1adcc4 (diff) | |
| download | mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip | |
Fix misspelling words in comments
Diffstat (limited to 'test/t/literals.rb')
| -rw-r--r-- | test/t/literals.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/literals.rb b/test/t/literals.rb index 51a37c32d..6344219aa 100644 --- a/test/t/literals.rb +++ b/test/t/literals.rb @@ -22,7 +22,7 @@ assert('Literals Numerical', '8.7.6.2') do # decimal assert_equal 999, 0d999 assert_equal 999, 0D999 - # decimal seperator + # decimal separator assert_equal 10000000, 10_000_000 assert_equal 10, 1_0 # integer with exponent |
