1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

Fix typo in CHANGES.md (#2124)

This commit is contained in:
Daniel Egger
2021-03-29 11:18:05 +02:00
committed by GitHub
parent 60f9cfbb2a
commit f954a30c34

View File

@ -6,7 +6,7 @@
* `client::ConnectorService` as `client::Connector::finish` method's return type [#2081]
* `client::ConnectionIo` trait alias [#2081]
### Chaged
### Changed
* `client::Connector` type now only have one generic type for `actix_service::Service`. [#2063]
[#2063]: https://github.com/actix/actix-web/pull/2063