We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d8974 commit 6fc2c4bCopy full SHA for 6fc2c4b
lib/json/common.rb
@@ -268,7 +268,7 @@ def detailed_message(...)
268
# to string interpolation.
269
#
270
# Note: no validation is performed on the provided string. It is the
271
- # responsability of the caller to ensure the string contains valid JSON.
+ # responsibility of the caller to ensure the string contains valid JSON.
272
Fragment = Struct.new(:json) do
273
def initialize(json)
274
unless string = String.try_convert(json)
0 commit comments