On Thu, 9 Feb 2023 10:13:03 GMT, Eirik Bjorsnos <d...@openjdk.org> wrote:

> The Javadocs of Arrays.compare and Arrays.mismatch uses the incorrect 
> capitalization `atoIndex` and `btoIndex` when referencing the corresponding 
> `aToIndex` and `bToIndex` parameters.
> 
> Sample:
> 
> 
> * specified ranges [{@code aFromIndex}, {@code atoIndex}) and
> * [{@code bFromIndex}, {@code btoIndex}) respectively:
> 
> 
> This PR changes the capitalization to `aToIndex` and `bToIndex`. This change 
> was performed using case-sensitive search / replace in an IDE.

This pull request has now been integrated.

Changeset: d782125c
Author:    Eirik Bjorsnos <eir...@gmail.com>
Committer: Jaikiran Pai <j...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/d782125c8f3bfe087269e4430dd12328d8cc77f8
Stats:     58 lines in 1 file changed: 0 ins; 0 del; 58 mod

8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch

Reviewed-by: jpai

-------------

PR: https://git.openjdk.org/jdk/pull/12488

Reply via email to