Skip to content

Commit 34e2e25

Browse files
committed
Fix some markup
1 parent 6495b1a commit 34e2e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Use a single empty line between top-level forms.
434434
(defn foo ...)
435435
----
436436

437-
An exception to the rule is the grouping of related `def`s together.
437+
An exception to the rule is the grouping of related ``def``s together.
438438

439439
[source,clojure]
440440
----
@@ -466,7 +466,7 @@ Use one file per namespace.
466466
=== Comprehensive Ns Declaration [[comprehensive-ns-declaration]]
467467

468468
Start every namespace with a comprehensive `ns` form, comprised of
469-
`refer`s, `require`s, and `import`s, conventionally in that order.
469+
``refer``s, ``require``s, and ``import``s, conventionally in that order.
470470

471471
[source,clojure]
472472
----

0 commit comments

Comments
 (0)