diff --git a/lib/multi_json.rb b/lib/multi_json.rb index db0de8f9..42adcd4e 100644 --- a/lib/multi_json.rb +++ b/lib/multi_json.rb @@ -106,7 +106,7 @@ def load_adapter(new_adapter) # Options # # :symbolize_keys :: If true, will use symbols instead of strings for the keys. - # :adapter :: If set, the selected engine will be used just for the call. + # :adapter :: If set, the selected adapter will be used for this call. def load(string, options={}) adapter = current_adapter(options) begin