Skip to content

Commit e9d3567

Browse files
nobutas50
authored andcommitted
[ruby/json] Fix a typo
ruby#13636 ruby/json@6fc2c4b6ab Co-Authored-By: Tim Smith <tsmith84@gmail.com>
1 parent 8992689 commit e9d3567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/json/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)