Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit 16a46f9

Browse files
committed
#82 [doc] Typo in section 'Convention: Key not found'.
1 parent 4818e6d commit 16a46f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,9 @@ public final class DefaultI18NResourceBundle implements I18NResourceBundle {
308308

309309
### Convention: 'Key not found' in ResourceBundle<a name="CoKeInReBu" />
310310

311-
If a `key` can't be found in the defined ResourceBundle then
312-
* the String pattern '&lt;key&gt;' will returned and
313-
* the following 'warning' message will be logged:
314-
`"Can't find key(%s) in resourcebundle. Return: %s"`
311+
If a `key` can't be found in the defined ResourceBundle then
312+
* the String pattern '&lt;key&gt;' will returned and
313+
* the following 'warning' message will be logged: `"Can't find key(%s) in resourcebundle. Return: %s"`
315314

316315
```java
317316
public final class DefaultI18NResourceBundle implements I18NResourceBundle {
@@ -630,8 +629,8 @@ Requirements<a name="Requirements" />
630629

631630
In the library are following libraries registered as dependencies:
632631
* The library [lib-logger-0.6.0.jar](#Installation).
633-
* Included in `Lib-Logger` is the library [log4j-api-2.10.0.jar].
634-
* Included is `Lib-Logger` is the library [log4j-core-2.10.0.jar].
632+
- Included in `Lib-Logger` is the library [log4j-api-2.10.0.jar].
633+
- Included is `Lib-Logger` is the library [log4j-core-2.10.0.jar].
635634

636635

637636

release/Release_v0.7.2_2019-04-dd_HH-mm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].
1515

1616
#### Bug
1717
#83 [doc] Typo in first section in 'Examples'.
18+
#82 [doc] Typo in section 'Convention: Key not found'.
1819
#80 [doc] Typo in sub-section from 'Features'.
1920

2021

0 commit comments

Comments
 (0)