aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-17 11:44:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-19 00:02:58 +0900
commit104089ce022437ca3b8dc00dcfa5c73dc55469f3 (patch)
treea331d9a78c4961eb93774d2fe88223a8d2bb0a3b /ext
parentf1f84ca71c3015666a1fe5f809b131b1e706e791 (diff)
downloadruby-104089ce022437ca3b8dc00dcfa5c73dc55469f3.tar.gz
[flori/json] [DOC] Remove duplicate sentence
https://github.com/flori/json/commit/ed242667b4
Diffstat (limited to 'ext')
-rw-r--r--ext/json/parser/parser.rl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/parser/parser.rl b/ext/json/parser/parser.rl
index bf3a86d94c..1ecf3317c7 100644
--- a/ext/json/parser/parser.rl
+++ b/ext/json/parser/parser.rl
@@ -691,8 +691,6 @@ static VALUE convert_encoding(VALUE source)
*
* Creates a new JSON::Ext::Parser instance for the string _source_.
*
- * Creates a new JSON::Ext::Parser instance for the string _source_.
- *
* It will be configured by the _opts_ hash. _opts_ can have the following
* keys:
*