1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

Fix a small typo in a doc comment. (#1649)

This commit is contained in:
Matt Kantor 2020-08-28 14:16:41 -07:00 committed by GitHub
parent 8497b5f490
commit 01cbef700f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ use crate::HttpResponse;
/// [`ConnectionInfo::realip_remote_addr()`](../dev/struct.ConnectionInfo.html#method.realip_remote_addr)
///
/// If you use this value ensure that all requests come from trusted hosts, since it is trivial
/// for the remote client to simulate been another client.
/// for the remote client to simulate being another client.
///
pub struct Logger(Rc<Inner>);