From 104089ce022437ca3b8dc00dcfa5c73dc55469f3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 17 Jul 2023 11:44:33 +0900 Subject: [PATCH] [flori/json] [DOC] Remove duplicate sentence https://github.com/flori/json/commit/ed242667b4 --- ext/json/parser/parser.rl | 2 -- 1 file changed, 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: *