File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ You can use `:sequential` to describe homogeneous sequential Clojure collections
393
393
; ; => false
394
394
```
395
395
396
- Malli also supports sequence regexes like [Seqexp](https://github.com/cgrand/seqexp ) and Spec.
396
+ Malli also supports sequence regexes ( also called sequence expresions) like [Seqexp](https://github.com/cgrand/seqexp ) and Spec.
397
397
The supported operators are `:cat` & `:catn` for concatenation / sequencing
398
398
399
399
```clojure
@@ -454,7 +454,7 @@ while `:cat` and `:alt` just use numeric indices for paths:
454
454
; ; {:path [0 1 1], :in [3], :schema boolean?, :value 11})}
455
455
```
456
456
457
- As all these examples show, the " seqex" operators take any non-seqex child schema to
457
+ As all these examples show, the sequence experssion ( seqex ) operators take any non-seqex child schema to
458
458
mean a sequence of one element that matches that schema. To force that behaviour for
459
459
a seqex child `:schema` can be used:
460
460
You can’t perform that action at this time.
0 commit comments