Re: RFR: 8316207: Fix typos in java.io.StreamTokenizer

2023-09-13 Thread Naoto Sato
On Wed, 13 Sep 2023 15:43:45 GMT, Pavel Rappo wrote: > This is a simple PR to fix a few typos in the doc comments of > java.io.StreamTokenizer. When reviewing it, please double-check my proposal > for L481. For this, you should ideally read the complete comment to the > `lowerCaseMode` method.

RFR: 8316207: Fix typos in java.io.StreamTokenizer

2023-09-13 Thread Pavel Rappo
This is a simple PR to fix a few typos in the doc comments of java.io.StreamTokenizer. When reviewing it, please double-check my proposal for L481. For this, you should ideally read the complete comment to the `lowerCaseMode` method. Thanks! - Commit messages: - Initial commit Ch