From 8a974dc83cd2c8a8befb0b612b4f18c3f6f55370 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:20:13 +0900 Subject: [PATCH] [flori/json] Fix incorrect `#` position in API doc This change fixes an incorrect `#` position in the API documentation of the `JSON` module. https://github.com/flori/json/commit/dc4b62424f --- ext/json/lib/json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/lib/json.rb b/ext/json/lib/json.rb index aeb9774ee9..1e64bfcb1a 100644 --- a/ext/json/lib/json.rb +++ b/ext/json/lib/json.rb @@ -493,7 +493,7 @@ require 'json/common' # json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]} # ruby1 = JSON.parse(json, create_additions: true) # # # ruby1.class # Customer - # +# # \Symbol: # require 'json/add/symbol' # ruby0 = :foo # foo