Skip to content

Commit fb46779

Browse files
committed
sequence expression
1 parent 68fa276 commit fb46779

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
@@ -393,7 +393,7 @@ You can use `:sequential` to describe homogeneous sequential Clojure collections
393393
;; => false
394394
```
395395

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.
397397
The supported operators are `:cat` & `:catn` for concatenation / sequencing
398398

399399
```clojure
@@ -454,7 +454,7 @@ while `:cat` and `:alt` just use numeric indices for paths:
454454
;; {:path [0 1 1], :in [3], :schema boolean?, :value 11})}
455455
```
456456

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
458458
mean a sequence of one element that matches that schema. To force that behaviour for
459459
a seqex child `:schema` can be used:
460460

0 commit comments

Comments
 (0)