There was an error while loading. Please reload this page.
1 parent 6495b1a commit 34e2e25Copy full SHA for 34e2e25
README.adoc
@@ -434,7 +434,7 @@ Use a single empty line between top-level forms.
434
(defn foo ...)
435
----
436
437
-An exception to the rule is the grouping of related `def`s together.
+An exception to the rule is the grouping of related ``def``s together.
438
439
[source,clojure]
440
@@ -466,7 +466,7 @@ Use one file per namespace.
466
=== Comprehensive Ns Declaration [[comprehensive-ns-declaration]]
467
468
Start every namespace with a comprehensive `ns` form, comprised of
469
-`refer`s, `require`s, and `import`s, conventionally in that order.
+``refer``s, ``require``s, and ``import``s, conventionally in that order.
470
471
472
0 commit comments