mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
Fix a small typo in a doc comment. (#1649)
This commit is contained in:
parent
8497b5f490
commit
01cbef700f
@ -85,7 +85,7 @@ use crate::HttpResponse;
|
|||||||
/// [`ConnectionInfo::realip_remote_addr()`](../dev/struct.ConnectionInfo.html#method.realip_remote_addr)
|
/// [`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
|
/// 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>);
|
pub struct Logger(Rc<Inner>);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user