Skip to content

Commit

Permalink
Small README.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Aug 29, 2024
1 parent d927fc6 commit 0fa4437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ if (error != null) {
log.LogError(
error.Exception(),
"Error with code {@code} and message {@message}",
error.Code(),
error.Message());
error.Code,
error.Message);
}
```
### RetryHttpClientHandler
Expand Down

0 comments on commit 0fa4437

Please sign in to comment.