[前][次][番号順一覧][スレッド一覧]

ruby-changes:62095

From: Marc-Andre <ko1@a...>
Date: Wed, 1 Jul 2020 18:51:24 +0900 (JST)
Subject: [ruby-changes:62095] 26041da2fb (master): [flori/json] Typo fix

https://git.ruby-lang.org/ruby.git/commit/?id=26041da2fb

From 26041da2fbca4cfeffaee13b66f90310d5d72e18 Mon Sep 17 00:00:00 2001
From: Marc-Andre Lafortune <github@m...>
Date: Tue, 30 Jun 2020 00:28:23 -0400
Subject: [flori/json] Typo fix

https://github.com/flori/json/commit/26c1769969

diff --git a/ext/json/generator/generator.c b/ext/json/generator/generator.c
index ae60c4f..749efaf 100644
--- a/ext/json/generator/generator.c
+++ b/ext/json/generator/generator.c
@@ -1096,7 +1096,7 @@ static VALUE cState_generate(VALUE self, VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/json/generator/generator.c#L1096
  *   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.
  */
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]