Skip to content

Commit f88483f

Browse files
committed
ws
1 parent 69106a5 commit f88483f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,12 +518,12 @@ To create a vector schema based on a seqex, use `:and`.
518518
```clojure
519519
;; non-empty vector starting with a keyword
520520
(m/validate [:and [:cat :keyword [:* :any]]
521-
vector?]
521+
vector?]
522522
[:a 1])
523523
; => true
524524

525525
(m/validate [:and [:cat :keyword [:* :any]]
526-
vector?]
526+
vector?]
527527
(:a 1))
528528
; => false
529529
```

0 commit comments

Comments
 (0)