Skip to content

Commit

Permalink
Outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfreeman authored and rwz committed Mar 16, 2013
1 parent 58525b0 commit 286e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/multi_json.rb
Expand Up @@ -106,7 +106,7 @@ def load_adapter(new_adapter)
# <b>Options</b>
#
# <tt>:symbolize_keys</tt> :: If true, will use symbols instead of strings for the keys.
# <tt>:adapter</tt> :: If set, the selected engine will be used just for the call.
# <tt>:adapter</tt> :: If set, the selected adapter will be used for this call.
def load(string, options={})
adapter = current_adapter(options)
begin
Expand Down

0 comments on commit 286e88c

Please sign in to comment.