Skip to content

Commit 61fbb03

Browse files
dek5mfikes
authored andcommitted
CLJS-2976: s/fdef docstring should refer to cljs.spec.test.alpha/check
1 parent b1ad22a commit 61fbb03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/cljs/cljs/spec/alpha.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,10 @@
418418
419419
Qualifies fn-sym with resolve, or using *ns* if no resolution found.
420420
Registers an fspec in the global registry, where it can be retrieved
421-
by calling get-spec with the var or full-qualified symbol.
421+
by calling get-spec with the var or fully-qualified symbol.
422422
423423
Once registered, function specs are included in doc, checked by
424-
instrument, tested by the runner cljs.spec.test.alpha/run-tests, and (if
424+
instrument, tested by the runner cljs.spec.test.alpha/check, and (if
425425
a macro) used to explain errors during macroexpansion.
426426
427427
Note that :fn specs require the presence of :args and :ret specs to

0 commit comments

Comments
 (0)