Skip to content

Commit dc4b624

Browse files
authored
Fix incorrect # position in API doc
This change fixes an incorrect `#` position in the API documentation of the `JSON` module.
1 parent 9dc86f9 commit dc4b624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
# json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]}
494494
# ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main">
495495
# ruby1.class # Customer
496-
#
496+
#
497497
# \Symbol:
498498
# require 'json/add/symbol'
499499
# ruby0 = :foo # foo

0 commit comments

Comments
 (0)