Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing 'reverse' to halt! docstring
  • Loading branch information
weavejester committed Dec 6, 2016
1 parent fc0586e commit 8ad6e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrant/core.clj
Expand Up @@ -95,7 +95,7 @@
(with-meta {::origin config}))))

(defn halt!
"Halt an system map by applying halt-key! in dependency order."
"Halt an system map by applying halt-key! in reverse dependency order."
([system]
(halt! system (keys system)))
([system keys]
Expand Down

0 comments on commit 8ad6e35

Please sign in to comment.