Skip to content

Commit

Permalink
no earmuffs on default-data-readers
Browse files Browse the repository at this point in the history
  • Loading branch information
richhickey committed Feb 8, 2013
1 parent 46803ee commit 8262a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clj/clojure/core.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3436,8 +3436,8 @@
opts is a map that can include the following keys: opts is a map that can include the following keys:
:eof - value to return on end-of-file. When not supplied, eof throws an exception. :eof - value to return on end-of-file. When not supplied, eof throws an exception.
:readers - a map of tag symbols to data-reader functions to be considered before *default-data-readers*. :readers - a map of tag symbols to data-reader functions to be considered before default-data-readers.
When not supplied, only the *default-data-readers* will be used. When not supplied, only the default-data-readers will be used.
:default - A function of two args, that will, if present and no reader is found for a tag, :default - A function of two args, that will, if present and no reader is found for a tag,
be called with the tag and the value." be called with the tag and the value."


Expand Down

0 comments on commit 8262a7e

Please sign in to comment.