Skip to content

Commit

Permalink
docs(changelog): typo Must not => Must now (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 26, 2024
1 parent 492ab24 commit b990031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Be sure to check out the [upgrading guide](https://hyper.rs/guides/1/upgrading).

#### Breaking Changes

* Any IO transport type provided must not implement `hyper::rt::{Read, Write}` instead of
* Any IO transport type provided must now implement `hyper::rt::{Read, Write}` instead of
`tokio::io` traits. You can grab a helper type from `hyper-util` to wrap Tokio types, or implement the traits yourself,
if it's a custom type.
([f9f65b7a](https://github.com/hyperium/hyper/commit/f9f65b7aa67fa3ec0267fe015945973726285bc2))
Expand Down

0 comments on commit b990031

Please sign in to comment.