We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193879d commit 4abef6dCopy full SHA for 4abef6d
balking/README.md
@@ -18,10 +18,10 @@ incomplete or inappropriate state
18
## Applicability
19
Use the Balking pattern when
20
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
+* you want to invoke an action on an object only when it is in a particular state
+* objects are generally only in a state that is prone to balking temporarily
23
but for an unknown amount of time
24
25
## Related patterns
26
* Guarded Suspension Pattern
27
-* Double Checked Locking Pattern
+* Double Checked Locking Pattern
0 commit comments