Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Closes #18938.

PiperOrigin-RevId: 548718373
Change-Id: I2c6d3a52fbaf52b03fe4d1498f2c69c34b11b6f9
  • Loading branch information
benjaminp authored and copybara-github committed Jul 17, 2023
1 parent 93ad589 commit 40e6f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* order. Any removal invalidates any ordering guarantees.
*
* <p>NOTE: This is an older version of Guava's {@code
* com.google.java.common.colllect.CompactHashSet}, but it outperforms the newer version on large
* com.google.java.common.collect.CompactHashSet}, but it outperforms the newer version on large
* builds significantly, as it uses only 50% of cpu time in comparison.
*/
public class CompactHashSet<E> extends AbstractSet<E> {
Expand Down

0 comments on commit 40e6f11

Please sign in to comment.