mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
This commit is contained in:
parent
7c26ddb575
commit
b4b121018d
34 changed files with 55 additions and 55 deletions
|
@ -46,7 +46,7 @@ public class CharArrayReader extends Reader {
|
|||
protected int markedPos = 0;
|
||||
|
||||
/**
|
||||
* The index of the end of this buffer. There is not valid
|
||||
* The index of the end of this buffer. There is no valid
|
||||
* data at or beyond this index.
|
||||
*/
|
||||
protected int count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue