Skip to content

Commit dcfc4ba

Browse files
authored
Merge pull request #1137 from stig/patch-1
Fix heading levels in README.md
2 parents 6512b8a + b19eb5f commit dcfc4ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3429,19 +3429,19 @@ The transformation engine is smart enough to just transform parts of the schema
34293429

34303430
## Built-in schemas
34313431

3432-
#### `malli.core/predicate-schemas`
3432+
### `malli.core/predicate-schemas`
34333433

34343434
Contains both function values and unqualified symbol representations for all relevant core predicates. Having both representations enables reading forms from both code (function values) and EDN-files (symbols): `any?`, `some?`, `number?`, `integer?`, `int?`, `pos-int?`, `neg-int?`, `nat-int?`, `pos?`, `neg?`, `float?`, `double?`, `boolean?`, `string?`, `ident?`, `simple-ident?`, `qualified-ident?`, `keyword?`, `simple-keyword?`, `qualified-keyword?`, `symbol?`, `simple-symbol?`, `qualified-symbol?`, `uuid?`, `uri?`, `decimal?`, `inst?`, `seqable?`, `indexed?`, `map?`, `vector?`, `list?`, `seq?`, `char?`, `set?`, `nil?`, `false?`, `true?`, `zero?`, `rational?`, `coll?`, `empty?`, `associative?`, `sequential?`, `ratio?`, `bytes?`, `ifn?` and `fn?`.
34353435

3436-
#### `malli.core/class-schemas`
3436+
### `malli.core/class-schemas`
34373437

34383438
Class-based schemas, contains `java.util.regex.Pattern` & `js/RegExp`.
34393439

3440-
#### `malli.core/comparator-schemas`
3440+
### `malli.core/comparator-schemas`
34413441

34423442
Comparator functions as keywords: `:>`, `:>=`, `:<`, `:<=`, `:=` and `:not=`.
34433443

3444-
#### `malli.core/type-schemas`
3444+
### `malli.core/type-schemas`
34453445

34463446
Type-like schemas: `:any`, `:some`, `:nil`, `:string`, `:int`, `:double`, `:boolean`, `:keyword`, `:qualified-keyword`, `:symbol`, `:qualified-symbol`, and `:uuid`.
34473447

0 commit comments

Comments
 (0)