Skip to content

Commit

Permalink
📝 Fix doc reference in config
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Jan 31, 2015
1 parent 786e8c5 commit 9cb67a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ class Config
# * `options` (optional) {Object} see the `options` argument to {::get}
#
# Returns an {Array} of {Object}s with the following keys:
# * `scopeSelector` The scope-selector {String} with which the value is associated
# * `scopeDescriptor` The {ScopeDescriptor} with which the value is associated
# * `value` The value for the key-path
getAll: (keyPath, options) ->
{scope, sources} = options if options?
Expand Down

0 comments on commit 9cb67a6

Please sign in to comment.