Skip to content

Commit 4abef6d

Browse files
author
Peter-Morawski
authored
added missing whitespace to the elements of the unordered list
1 parent 193879d commit 4abef6d

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)