Skip to content

Commit

Permalink
fixed files form Closure #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent e95c5df commit 9e99aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ static boolean mayBeString(Node n) {

static boolean mayBeString(Node n, boolean recurse) {
if (recurse) {
return allResultsMatch(n, MAY_BE_STRING_PREDICATE);
return anyResultsMatch(n, MAY_BE_STRING_PREDICATE);
} else {
return mayBeStringHelper(n);
}
Expand Down

0 comments on commit 9e99aab

Please sign in to comment.