Skip to content

Commit 6fc2c4b

Browse files
nobutas50
andauthored
Fix a typo
ruby/ruby#13636 Co-Authored-By: Tim Smith <tsmith84@gmail.com>
1 parent 41d8974 commit 6fc2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def detailed_message(...)
268268
# to string interpolation.
269269
#
270270
# Note: no validation is performed on the provided string. It is the
271-
# responsability of the caller to ensure the string contains valid JSON.
271+
# responsibility of the caller to ensure the string contains valid JSON.
272272
Fragment = Struct.new(:json) do
273273
def initialize(json)
274274
unless string = String.try_convert(json)

0 commit comments

Comments
 (0)