--- old/src/java.base/share/classes/java/util/stream/package-info.java 2017-08-23 11:36:46.563099120 -0700 +++ new/src/java.base/share/classes/java/util/stream/package-info.java 2017-08-23 11:36:46.351089823 -0700 @@ -415,7 +415,7 @@ * elements -- but a properly constructed reduce operation is inherently * parallelizable, so long as the function(s) used to process the elements * are associative and - * stateless. + * stateless. * For example, given a stream of numbers for which we want to find the sum, we * can write: *
{@code