We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31120a8 + 4abef6d commit b2dd175Copy full SHA for b2dd175
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