Skip to content

Commit 4ed17a5

Browse files
committed
fix typo
1 parent 38cf11c commit 4ed17a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ The `:ret` spec uses `fspec` to declare that the returning function takes and re
658658

659659
As macros are functions that take code and produce code, they can also be spec'ed like functions. One special consideration however is that you must keep in mind that you are receiving code as data, not evaluated arguments, and that you are most commonly producing new code as data, so often it's not helpful to spec the :ret value of a function (as it's just code).
660660

661-
Also, macros take two implicit arguments: `&form` and `&env` that must be include in the `:args` spec. For example, we could spec the `clojure.core/declare` macro like this:
661+
Also, macros take two implicit arguments: `&form` and `&env` that must be included in the `:args` spec. For example, we could spec the `clojure.core/declare` macro like this:
662662

663663
[source,clojure]
664664
----

0 commit comments

Comments
 (0)