mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +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
|
@ -280,7 +280,7 @@ public final class Currency implements Serializable {
|
|||
|
||||
/**
|
||||
* Constructs a {@code Currency} instance. The constructor is private
|
||||
* so that we can insure that there's never more than one instance for a
|
||||
* so that we can ensure that there's never more than one instance for a
|
||||
* given currency.
|
||||
*/
|
||||
private Currency(String currencyCode, int defaultFractionDigits, int numericCode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue