Skip to content

Commit b2dd175

Browse files
authored
Merge pull request iluwatar#648 from Peter-Morawski/patch-1
added missing whitespace to the elements of the unordered list
2 parents 31120a8 + 4abef6d commit b2dd175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

balking/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ incomplete or inappropriate state
1818
## Applicability
1919
Use the Balking pattern when
2020

21-
*you want to invoke an action on an object only when it is in a particular state
22-
*objects are generally only in a state that is prone to balking temporarily
21+
* you want to invoke an action on an object only when it is in a particular state
22+
* objects are generally only in a state that is prone to balking temporarily
2323
but for an unknown amount of time
2424

2525
## Related patterns
2626
* Guarded Suspension Pattern
27-
* Double Checked Locking Pattern
27+
* Double Checked Locking Pattern

0 commit comments

Comments
 (0)