mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -28,7 +28,7 @@ package java.io;
|
|||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* This class implements a character buffer that can be used as an Writer.
|
||||
* This class implements a character buffer that can be used as a Writer.
|
||||
* The buffer automatically grows when data is written to the stream. The data
|
||||
* can be retrieved using toCharArray() and toString().
|
||||
* <P>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue