зеркало из https://github.com/github/ruby.git
[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
This commit is contained in:
Родитель
1f91627c8e
Коммит
8a974dc83c
|
@ -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) # #<struct Customer name="Dave", address="123 Main">
|
||||
# ruby1.class # Customer
|
||||
#
|
||||
#
|
||||
# \Symbol:
|
||||
# require 'json/add/symbol'
|
||||
# ruby0 = :foo # foo
|
||||
|
|
Загрузка…
Ссылка в новой задаче