From 5d5497058a6c2c48cb1ea53f2ff7b0da5ef5294d Mon Sep 17 00:00:00 2001 From: lread Date: Tue, 30 Apr 2024 16:33:22 -0400 Subject: [PATCH] docs: typo --- doc/example.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example.adoc b/doc/example.adoc index 39ad60a..8466d98 100644 --- a/doc/example.adoc +++ b/doc/example.adoc @@ -382,7 +382,7 @@ ifdef::env-test-doc-blocks[] ---- endif::[] -Anything content between the `ifdef`/`endif` will not be rendered (by GitHub, cljdoc, etc) but will be processed by test-doc-blocks. +Content between the `ifdef`/`endif` will not be rendered (by GitHub, cljdoc, etc) but will be processed by test-doc-blocks. This makes it a handy place to put setup code you'd rather not explicitly document in a visible code block but rely on in other code blocks. [source,clojure]