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 509a710 commit 1875c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/wild_wild_path_utils/include.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const returnTrue = function () {
return true
}

// Remove values matching a query
// Remove values not matching a query
export const include = function (target, queryOrPaths, condition) {
return reduceParents(pickEntry, condition, {
target,
Expand Down

0 comments on commit 1875c2b

Please sign in to comment.