Skip to content

Commit

Permalink
Unrelated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 3, 2023
1 parent 1f6b2b7 commit e7a5eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ImmutableMap<K, V> after(Iterable<? extends Map.Entry<? extends K, ? extends V>>
}

/**
* Don't map a a stream's elements to map entries, only to subsequently collect them into an
* Don't map a stream's elements to map entries, only to subsequently collect them into an
* {@link ImmutableMap}. The collection can be performed directly.
*/
abstract static class StreamOfMapEntriesToImmutableMap<E, K, V> {
Expand Down

0 comments on commit e7a5eae

Please sign in to comment.