Skip to content

Commit

Permalink
fix fairly significant typo (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu committed Aug 26, 2020
1 parent 76f60bd commit d2d9e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/json_gem/json_common_interface_test.rb
Expand Up @@ -23,7 +23,7 @@ def setup
'h' => 1000.0,
'i' => 0.001
}
# Tired of chasing floating point rounding and precision. Oj not uses the
# Tired of chasing floating point rounding and precision. Oj now uses the
# Ruby float parser in compat mode yet on i386 machines there are issues
# with this test when the float is included.

Expand Down

0 comments on commit d2d9e8e

Please sign in to comment.