Skip to content

Commit 88c2848

Browse files
committed
Update README.md.
1 parent e435696 commit 88c2848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ var values = listOf("a", "ab", "abc");
12201220
var result = listOf(filter(values, whereEqualTo(String::length, 3))); // abc
12211221
```
12221222

1223-
As with SQL, predicates are not evaluated if any operand is `null`.
1223+
As with SQL, predicates are not evaluated if an operand is `null`.
12241224

12251225
`Iterables` also provides the following statistical reduction methods:
12261226

0 commit comments

Comments
 (0)