Skip to content

Commit 5943136

Browse files
committed
fix comment
1 parent 4a9f5ab commit 5943136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/malli/parser_test.cljc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
(defn simple-parser? [s] (boolean (:simple-parser (m/-parser-info (m/schema s)))))
1919

2020
(def inheriting-parser-templates
21-
"Schemas templates which have simple parsers iff ::HOLE has a simple parser.
22-
Should also be generatable for any ::HOLE and be capable to (un)parsing
21+
"Schema templates which have simple parsers iff ::HOLE has a simple parser.
22+
Should also be generatable for any ::HOLE and have high likelihood of (un)parsing
2323
to a different value than its input if transforming."
2424
[::HOLE
2525
[:maybe ::HOLE]

0 commit comments

Comments
 (0)