Skip to content

Commit

Permalink
Typoooooo (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboreiko authored and j-baker committed Jul 4, 2018
1 parent abb1720 commit 11f3fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/palantir/common/streams/KeyedStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ default KeyedStream<K, V> filter(Predicate<? super V> 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<K, V> filterKeys(Predicate<? super K> predicate) {
Expand Down

0 comments on commit 11f3fe4

Please sign in to comment.