Skip to content

Commit

Permalink
Fix a mistake in a filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Nov 1, 2014
1 parent 77a27ea commit d1ecc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compliment/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ through functions defined here."
(map (partial format "compliment/%s.clj")
["utils" "context" "sources" "sources/class_members"
"sources/ns_mappings" "sources/namespaces_and_classes"
"sources/keywords" "sources/special_forms" "sources/local-bindings"
"sources/keywords" "sources/special_forms" "sources/local_bindings"
"core"]))

(def ^:private by-length-comparator
Expand Down

0 comments on commit d1ecc99

Please sign in to comment.