Skip to content

Commit

Permalink
fix small typo in request.md (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusek authored Sep 27, 2024
1 parent 4a92aea commit 78d97e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are several options for json body deserialization.

The first option is to use _Json_ extractor. First, you define a handler function that accepts `Json<T>` as a parameter, then, you use the `.to()` method for registering this handler. It is also possible to accept arbitrary valid json object by using `serde_json::Value` as a type `T`.

First example of json of `JSON Request` depends on `serde`:
First example of `JSON Request` depends on `serde`:

```toml
[dependencies]
Expand Down

0 comments on commit 78d97e2

Please sign in to comment.