Skip to content

Commit 3d32b5e

Browse files
committed
fix typo in docstring
1 parent 99456b1 commit 3d32b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/alpha/spec.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
681681
There are also -un versions of :req and :opt. These allow
682682
you to connect unqualified keys to specs. In each case, fully
683-
qualfied keywords are passed, which name the specs, but unqualified
683+
qualified keywords are passed, which name the specs, but unqualified
684684
keys (with the same name component) are expected and checked at
685685
conform-time, and generated during gen:
686686

0 commit comments

Comments
 (0)