Skip to content

Commit 849df50

Browse files
committed
Fix formatting
1 parent f806c5b commit 849df50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

factory-method/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Use the Factory Method pattern when
2929

3030
## Known uses
3131

32-
java.util.Calendar
33-
java.util.ResourceBundle
34-
java.text.NumberFormat#getInstance()
32+
* java.util.Calendar
33+
* java.util.ResourceBundle
34+
* java.text.NumberFormat#getInstance()
3535

3636
## Credits
3737

0 commit comments

Comments
 (0)