mirror of https://github.com/fafhrd91/actix-web
fix label typo in docs
This commit is contained in:
parent
1f886ae741
commit
90353618b9
|
@ -198,7 +198,7 @@ impl Logger {
|
|||
/// "-".to_string()
|
||||
/// }
|
||||
/// }
|
||||
/// Logger::new("example %{ERROR_STATUS}xo")
|
||||
/// Logger::new("example %{ERROR_STATUS}xs")
|
||||
/// .custom_status_replace("ERROR_STATUS", |status| log_if_error(status) );
|
||||
/// ```
|
||||
pub fn custom_status_replace(
|
||||
|
|
Loading…
Reference in New Issue