Skip to content

Commit

Permalink
Fix grammar 2023-11-27-announcing-axum-0-7-0.md (#767)
Browse files Browse the repository at this point in the history
The subject "high level utilities" is plural, so the verb should be "have" instead of "has."
  • Loading branch information
Gluroda authored Jun 3, 2024
1 parent 98a1419 commit b9a71bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2023-11-27-announcing-axum-0-7-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ provide an example showing how to do that [here][hyper-serve-example].

The [`http-body`] crate is now also at 1.0 and that comes with a similar API split
that `hyper` and `hyper-util` have. `http-body` now just provides the core APIs,
and high level utilities has been moved to [`http-body-util`]. That includes
and high level utilities have been moved to [`http-body-util`]. That includes
things like `Full`, `Empty`, and `UnsyncBoxBody`, which used to be re-exported by
`axum`.

Expand Down

0 comments on commit b9a71bb

Please sign in to comment.