Skip to content

Commit 8b87a5a

Browse files
committed
Reformat a docstring for shorter line lengths
1 parent 8c5fc64 commit 8b87a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fluree/db/spec.cljc

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
(str x))))
1717

1818
(defn type-check
19-
"(type-check type object) transforms a object to match the type. If it cannot be transformed, it throws an ex-info with a map from paths into the object to errors encountered at those paths."
19+
"(type-check type object) transforms an object to match the type. If it
20+
cannot be transformed, it throws an ex-info with a map from paths into the
21+
object to errors encountered at those paths."
2022
([object spec]
2123
(let [errors (atom {})
2224
conformed (type-check object spec [] errors)

0 commit comments

Comments
 (0)