Skip to content

Commit

Permalink
Update retries.md (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalway authored May 8, 2024
1 parent fb1eb2f commit f098632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The basic syntax for retries is:
```scala
import ox.resilience.retry

retry(operation)(policy)
retry(policy)(operation)
```

## Operation definition
Expand Down

0 comments on commit f098632

Please sign in to comment.