1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[flori/json] Typo fix

https://github.com/flori/json/commit/26c1769969
This commit is contained in:
Marc-Andre Lafortune 2020-06-30 00:28:23 -04:00 committed by Hiroshi SHIBATA
parent d69b55ac05
commit 26041da2fb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1096,7 +1096,7 @@ static VALUE cState_generate(VALUE self, VALUE obj)
* generated, otherwise an exception is thrown, if these values are
* encountered. This options defaults to false.
* * *ascii_only*: true if only ASCII characters should be generated. This
* ontions defaults to false.
* option defaults to false.
* * *buffer_initial_length*: sets the initial length of the generator's
* internal buffer.
*/