From 63a29dbce6aabb80b64dd80cee9c26b4d5dbbc41 Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Fri, 14 Jun 2013 09:37:22 -0400 Subject: Change seperator to separator --- test/t/literals.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/literals.rb b/test/t/literals.rb index f40852ff9..1e4c3a31c 100644 --- a/test/t/literals.rb +++ b/test/t/literals.rb @@ -14,7 +14,7 @@ assert('Literals Numerical', '8.7.6.2') do 0xff == 255 and 0Xff == 255 and # decimal 0d999 == 999 and 0D999 == 999 and - # decimal seperator + # decimal separator 10_000_000 == 10000000 and 1_0 == 10 and # integer with exponent 1e1 == 10.0 and 1e-1 == 0.1 and 1e+1 == 10.0 -- cgit v1.2.3