Skip to content

Commit

Permalink
Merge branch 'master' into permissive-config
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 28, 2020
2 parents 8ac48b2 + 01cbef7 commit a9d6b3a
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 a9d6b3a

Please sign in to comment.