Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 13, 2022
1 parent 8c46e1f commit 362cb14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/normalize/lib/wild_wild_path/set.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const set = function (target, query, value) {
}

// Modify a target object multiple times for each matched property.
// Ignore properties when one of their ancestors was matched too.
export const reduceParents = function (target, query, setFunc) {
const entries = list(target, query, { childFirst: false, sort: false })
return entries
Expand Down

0 comments on commit 362cb14

Please sign in to comment.