Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8272119: Typo in JDK documentation (a -> an)
Reviewed-by: dfuchs, mchung, iris
  • Loading branch information
viktorklang-ora authored and Alan Bateman committed Apr 6, 2023
1 parent 536ad9d commit 08fbb7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -629,7 +629,7 @@ public static<T,A,R,RR> Collector<T,A,RR> collectingAndThen(Collector<T,A,R> dow
}

/**
* Returns a {@code Collector} that produces the sum of a integer-valued
* Returns a {@code Collector} that produces the sum of an integer-valued
* function applied to the input elements. If no elements are present,
* the result is 0.
*
Expand Down

1 comment on commit 08fbb7b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.