Skip to content

Commit

Permalink
Clarify a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 26, 2024
1 parent 366eb1f commit f623ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async fn main_task() {
}
```

This is how to use a top-level async function to report the propagated error. You will almost always use the `.report()` method because Rust automatically warns you about unused `Result`s.
This is how to use a top-level function to report the propagated error. You will almost always use the `.report()` method because Rust automatically warns you about unused `Result`s.

## 🧾 Logging

Expand Down

0 comments on commit f623ed8

Please sign in to comment.