Skip to content

Commit dfddf72

Browse files
authored
Merge pull request #179 from daveliepmann/patch-1
Code-ify reference to data_readers.clj
2 parents 38cab66 + 4401cc2 commit dfddf72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/reference/reader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ When Clojure starts, it searches for files named `data_readers.clj` at the root
198198
{foo/bar my.project.foo/bar
199199
foo/baz my.project/baz}
200200
----
201-
The key in each pair is a tag that will be recognized by the Clojure reader. The value in the pair is the fully-qualified name of a <<vars#,Var>> which will be invoked by the reader to parse the form following the tag. For example, given the data_readers.clj file above, the Clojure reader would parse this form:
201+
The key in each pair is a tag that will be recognized by the Clojure reader. The value in the pair is the fully-qualified name of a <<vars#,Var>> which will be invoked by the reader to parse the form following the tag. For example, given the `data_readers.clj` file above, the Clojure reader would parse this form:
202202
[source,clojure]
203203
----
204204
#foo/bar [1 2 3]

0 commit comments

Comments
 (0)