Skip to content

Commit 4401cc2

Browse files
authored
Code-ify reference to data_readers.clj
`data_readers.clj` is monospace in references before and after this one. This change brings the regular-text reference in line with the others for consistency and clarity.
1 parent 38cab66 commit 4401cc2

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)