summaryrefslogtreecommitdiff
path: root/ext/json/lib/json
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 11:48:19 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 11:48:19 +0000
commit7eeb65397dda8490f90e625429d952628cf5a819 (patch)
tree18e8fae89f2a47fdb5c7871fcc0eaf9d5aae6fd9 /ext/json/lib/json
parent78db35897dcbd888f06cdb74169f95ab2de74b8a (diff)
fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/json/lib/json')
-rw-r--r--ext/json/lib/json/common.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb
index 65a74a1aa4..a547679962 100644
--- a/ext/json/lib/json/common.rb
+++ b/ext/json/lib/json/common.rb
@@ -179,9 +179,10 @@ module JSON
end
# Generate a JSON document from the Ruby data structure _obj_ and return
- # it. _state_ is * a JSON::State object,
+ # it. _state_ is
+ # * a JSON::State object,
# * or a Hash like object (responding to to_hash),
- # * an object convertible into a hash by a to_h method,
+ # * or an object convertible into a hash by a to_h method,
# that is used as or to configure a State object.
#
# It defaults to a state object, that creates the shortest possible JSON text