diff options
author | BurdetteLamar <[email protected]> | 2020-07-04 09:21:12 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-09-25 17:28:42 +0900 |
commit | 8c057bb845d57d20e285030bfd73bcb5ca1143f9 (patch) | |
tree | 7fdb309a81a2512c3b7d48308b39f2c2c9f34349 /ext/json/lib/json.rb | |
parent | 36b2177ea80663437daac92c50db378cf1bff799 (diff) |
[flori/json] RDoc example for JSON.load
https://github.com/flori/json/commit/e4eead665c
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3581
Diffstat (limited to 'ext/json/lib/json.rb')
-rw-r--r-- | ext/json/lib/json.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json.rb b/ext/json/lib/json.rb index 6bb82245b8..aeb9774ee9 100644 --- a/ext/json/lib/json.rb +++ b/ext/json/lib/json.rb @@ -319,7 +319,7 @@ require 'json/common' # opts = { # array_nl: "\n", # object_nl: "\n", -# indent+: ' ', +# indent: ' ', # space_before: ' ', # space: ' ' # } |