Skip to content

Commit 98db309

Browse files
authored
Merge pull request #423 from marcandre/typo
Small typo fix
2 parents b20cdca + 26c1769 commit 98db309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/ext/generator/generator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ static VALUE cState_generate(VALUE self, VALUE obj)
10961096
* generated, otherwise an exception is thrown, if these values are
10971097
* encountered. This options defaults to false.
10981098
* * *ascii_only*: true if only ASCII characters should be generated. This
1099-
* ontions defaults to false.
1099+
* option defaults to false.
11001100
* * *buffer_initial_length*: sets the initial length of the generator's
11011101
* internal buffer.
11021102
*/

0 commit comments

Comments
 (0)