Skip to content

Commit

Permalink
Merge pull request #461 from ybiquitous/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect `#` position in API doc
  • Loading branch information
hsbt authored Mar 21, 2021
2 parents 7b452b2 + dc4b624 commit 09dd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
# json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]}
# ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main">
# ruby1.class # Customer
#
#
# \Symbol:
# require 'json/add/symbol'
# ruby0 = :foo # foo
Expand Down

0 comments on commit 09dd1d7

Please sign in to comment.