Skip to content

Commit

Permalink
CLJS-3298: visibility diagnostic group typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Apr 24, 2021
1 parent db319f3 commit 0951a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/closure.clj
Expand Up @@ -188,7 +188,7 @@
:unused-local-variable DiagnosticGroups/UNUSED_LOCAL_VARIABLE
:unused-private-property DiagnosticGroups/UNUSED_PRIVATE_PROPERTY
:violated-module-dep DiagnosticGroups/VIOLATED_MODULE_DEP
:visiblity DiagnosticGroups/VISIBILITY})
:visibility DiagnosticGroups/VISIBILITY})

(def known-opts
"Set of all known compiler options."
Expand Down

0 comments on commit 0951a99

Please sign in to comment.