Skip to content

Commit

Permalink
fix fairly significant typo (ohler55#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu authored and Mark Zhang committed Nov 9, 2020
1 parent 08510bd commit f7b45b9
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.
#@json = '{"a":2,"b":5.23683071,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},'\
Expand Down

0 comments on commit f7b45b9

Please sign in to comment.