Skip to content

Commit 3fb885f

Browse files
committed
README: fix punctuation in pattern description
1 parent 6346cf0 commit 3fb885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ A curated collection of idiomatic design & application patterns for Go language.
8888
| [Circuit-Breaker](/stability/circuit-breaker.md) | Stops the flow of the requests when requests are likely to fail ||
8989
| [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) ||
9090
| [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 ||
9292
| [Steady-State](/stability/steady_state.md) | For every service that accumulates a resource, some other service must recycle that resource ||
9393

9494
## Profiling Patterns

0 commit comments

Comments
 (0)