Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Sep 26, 2024
1 parent f02bfe8 commit f095b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clj-kondo/metosin/malli-types-cljs/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
:req {:tag :any}}
:keyword],
:ret :boolean}}},
style->map {:arities {1 {:args [:map], :ret :any}}},
->path {:arities {1 {:args [{:op :keys,
:opt {:children :vector,
:visible? :boolean,
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/element/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[:or string? number? vector? nil?]) ; REVIEW

(def Attrs
[:map-of keyword? Attrs])
[:map-of keyword? Attr])

(def Handle
[:map {:closed true}
Expand Down

0 comments on commit f095b97

Please sign in to comment.