diff --git a/src/main/java/com/palantir/common/streams/KeyedStream.java b/src/main/java/com/palantir/common/streams/KeyedStream.java index 59e80c1..69caabc 100644 --- a/src/main/java/com/palantir/common/streams/KeyedStream.java +++ b/src/main/java/com/palantir/common/streams/KeyedStream.java @@ -57,7 +57,7 @@ default KeyedStream filter(Predicate predicate) { } /** - * Returns a keyed stream consisting of the entries of this stream whose values match + * Returns a keyed stream consisting of the entries of this stream whose keys match * the given predicate. */ default KeyedStream filterKeys(Predicate predicate) {