8330279: Typo in java.text.Bidi class description

Reviewed-by: iris, joehw
This commit is contained in:
Naoto Sato 2024-04-16 16:04:43 +00:00
parent 90df3b7fbb
commit 2ede14335a

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -105,7 +105,7 @@ public final class Bidi {
* <p> * <p>
* The RUN_DIRECTION attribute in the text, if present, determines the base * The RUN_DIRECTION attribute in the text, if present, determines the base
* direction (left-to-right or right-to-left). If not present, the base * direction (left-to-right or right-to-left). If not present, the base
* direction is computes using the Unicode Bidirectional Algorithm, defaulting to left-to-right * direction is computed using the Unicode Bidirectional Algorithm, defaulting to left-to-right
* if there are no strong directional characters in the text. This attribute, if * if there are no strong directional characters in the text. This attribute, if
* present, must be applied to all the text in the paragraph. * present, must be applied to all the text in the paragraph.
* <p> * <p>