Skip to content

Commit

Permalink
CLJ-973 doc for *data-readers*
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
miner authored and stuarthalloway committed Apr 14, 2012
1 parent df2b352 commit d0c380d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/clj/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6618,11 +6618,11 @@
"Map from reader tag symbols to data reader Vars.
When Clojure starts, it searches for files named 'data_readers.clj'
at the root of the classpath. Each such file must contain pairs of
symbols, like this:
at the root of the classpath. Each such file must contain a literal
map of symbols, like this:
foo/bar my.project.foo/bar
foo/baz my.prjoect/baz
{foo/bar my.project.foo/bar
foo/baz my.project/baz}
The first symbol in each pair is a tag that will be recognized by
the Clojure reader. The second symbol in the pair is the
Expand Down

0 comments on commit d0c380d

Please sign in to comment.