Skip to content

Commit

Permalink
Fix incorrect # position in API doc
Browse files Browse the repository at this point in the history
This change fixes an incorrect `#` position in the API documentation of the `JSON` module.
  • Loading branch information
ybiquitous committed Dec 23, 2020
1 parent 9dc86f9 commit dc4b624
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 dc4b624

Please sign in to comment.