Skip to content

Commit

Permalink
fix(guide): typo (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito authored Dec 20, 2024
1 parent b8e381d commit c1a2a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ There are many ways to write function handler.
}
```

- The more common situation is we want to return a `Result<T, E>` to implify error handling. If `T` and `E` implements `Writer`, `Result<T, E>` can be function handler's return type:
- The more common situation is we want to return a `Result<T, E>` to simplify error handling. If `T` and `E` implements `Writer`, `Result<T, E>` can be function handler's return type:

```rust
#[handler]
Expand Down

0 comments on commit c1a2a64

Please sign in to comment.