We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d6817 commit ee7fbf8Copy full SHA for ee7fbf8
src/basilisp/test.lpy
@@ -103,7 +103,7 @@
103
(defn join-fixtures
104
"Composes a collection of ``fixtures``, in order. Always returns a valid
105
fixture function, even if the collection is empty.
106
- Prefer :lpy:macro`compose-fixtures` if fixtures are known at compile time."
+ Prefer :lpy:fn:`compose-fixtures` if fixtures are known at compile time."
107
[fixtures]
108
(if (seq fixtures)
109
(reduce #(compose-fixtures %1 %2) fixtures)
0 commit comments