From 3c6d1ca20d8cbb2a77d10c3ca2db6beb5e29f2a9 Mon Sep 17 00:00:00 2001 From: Steve Miner Date: Sat, 14 Apr 2012 10:57:23 -0400 Subject: [PATCH] CLJ-973 doc for *data-readers* --- src/clj/clojure/core.clj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj index 7bb28aa..336be78 100644 --- a/src/clj/clojure/core.clj +++ b/src/clj/clojure/core.clj @@ -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 -- 1.7.4.1