Skip to content

Commit

Permalink
Fix wrapping of init docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 6, 2016
1 parent aff8f60 commit fc0586e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/integrant/core.clj
Expand Up @@ -79,9 +79,9 @@
(-> m (update k (partial init-key k)) (expand-1 k)))

(defn init
"Turn a config map into an system map. Keys are traversed in
dependency order, initiated via the init-key multimethod, then the
refs associated with the key are expanded."
"Turn a config map into an system map. Keys are traversed in dependency
order, initiated via the init-key multimethod, then the refs associated with
the key are expanded."
([config]
(init config (keys config)))
([config keys]
Expand Down

0 comments on commit fc0586e

Please sign in to comment.