Skip to content

Commit 7f18d9d

Browse files
TuntiiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0b56c01 commit 7f18d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/src/recipes/resilience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn main() {
102102

103103
## Combining Layers (The Resilience Stack)
104104

105-
Order matters! You typically want the Timeout to be the "outermost" constraint (or innermost, depending on perspective), followed by Circuit Breaker, then Retry.
105+
Order matters! Timeout should be the "outermost" constraint, followed by Circuit Breaker, then Retry.
106106

107107
In RustAPI (Tower) middleware, layers wrap around each other. The order you call `.layer()` wraps the *previous* service.
108108

0 commit comments

Comments
 (0)