Skip to content

Commit

Permalink
docs(config): clarify return value of merge (returns the current conf…
Browse files Browse the repository at this point in the history
…ig, albeit updated)

resolves #107 (review)
  • Loading branch information
trieloff committed May 8, 2019
1 parent 835a970 commit 6230fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HelixConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class HelixConfig {
* object and a user-defined resolver function.
* @param {HelixConfig} other another Helix Config to merge
* @param {ResolveFn} resolvefn a resolver function that returns either a strain or undefined
* @returns {HelixConfig} the merged Helix Config
* @returns {HelixConfig} the merged Helix Config, i.e. `this`.
*/
merge(other, resolvefn) {
const filtered = new Strains();
Expand Down

0 comments on commit 6230fba

Please sign in to comment.