Skip to content

Commit

Permalink
Fix a small typo in a doc comment. (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkantor committed Aug 28, 2020
1 parent 8497b5f commit 01cbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/logger.rs
Expand Up @@ -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>);

Expand Down

0 comments on commit 01cbef7

Please sign in to comment.