Skip to content

Commit

Permalink
Last minute documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed May 22, 2020
1 parent ce38a60 commit 9d2eb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/com/walmartlabs/schematic.clj
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@
(seq component-ids) (subconfig-for-components component-ids)))))

(defn assemble-system
"Assembles config into a system-map which can be used with `com.stuartsierra.component/start`.
"Assembles config into a system-map which can be used with `com.stuartsierra.component/start-system`.
config - configuration for the system
component-ids - a sequence of component ids. When provided, only the neccessary
parts of the system map to support those components will be inlcluded
component-ids - a sequence of component ids. When provided, only the necessary
parts of the system map to support those components will be included
in the final system map.
By default, the returned system contains all components from the supplied config."
([config]
Expand Down

0 comments on commit 9d2eb16

Please sign in to comment.