You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ A curated collection of idiomatic design & application patterns for Go language.
88
88
|[Circuit-Breaker](/stability/circuit-breaker.md)| Stops the flow of the requests when requests are likely to fail | ✔ |
89
89
|[Deadline](/stability/deadline.md)| Allows clients to stop waiting for a response once the probability of response becomes low (e.g. after waiting 10 seconds for a page refresh) | ✘ |
90
90
|[Fail-Fast](/stability/fail_fast.md)| Checks the availability of required resources at the start of a request and fails if the requirements are not satisfied | ✘ |
91
-
|[Handshaking](/stability/handshaking.md)| Asks a component if it can take any more load, if it can't the request is declined | ✘ |
91
+
|[Handshaking](/stability/handshaking.md)| Asks a component if it can take any more load, if it can't, the request is declined | ✘ |
92
92
|[Steady-State](/stability/steady_state.md)| For every service that accumulates a resource, some other service must recycle that resource | ✘ |
0 commit comments