We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ad22a commit 61fbb03Copy full SHA for 61fbb03
1 file changed
src/main/cljs/cljs/spec/alpha.cljc
@@ -418,10 +418,10 @@
418
419
Qualifies fn-sym with resolve, or using *ns* if no resolution found.
420
Registers an fspec in the global registry, where it can be retrieved
421
- by calling get-spec with the var or full-qualified symbol.
+ by calling get-spec with the var or fully-qualified symbol.
422
423
Once registered, function specs are included in doc, checked by
424
- instrument, tested by the runner cljs.spec.test.alpha/run-tests, and (if
+ instrument, tested by the runner cljs.spec.test.alpha/check, and (if
425
a macro) used to explain errors during macroexpansion.
426
427
Note that :fn specs require the presence of :args and :ret specs to
0 commit comments