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

update ConnectionInfo.remote() doc string

This commit is contained in:
Nikolay Kim
2019-09-27 07:03:12 +06:00
parent 4f3e97fff8
commit 5169d306ae
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()
## [0.2.11] - 2019-09-11
## [0.2.10] - 2019-09-11
### Added