Skip to content

Commit b990031

Browse files
docs(changelog): typo Must not => Must now (#3745)
1 parent 492ab24 commit b990031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Be sure to check out the [upgrading guide](https://hyper.rs/guides/1/upgrading).
212212

213213
#### Breaking Changes
214214

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

0 commit comments

Comments
 (0)