Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flori/json
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Feb 21, 2019
2 parents f53a0e3 + fd15ad5 commit 6550c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/json/ext/generator/generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ static VALUE cState_allow_nan_p(VALUE self)
/*
* call-seq: ascii_only?
*
* Returns true, if NaN, Infinity, and -Infinity should be generated, otherwise
* Returns true, if only ASCII characters should be generated. Otherwise
* returns false.
*/
static VALUE cState_ascii_only_p(VALUE self)
Expand Down

0 comments on commit 6550c42

Please sign in to comment.