1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

fix some typos (#2744)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
cui fliter
2022-04-25 06:01:20 +08:00
committed by GitHub
parent b1c85ba85b
commit 6a5b370206
3 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ where
/// Add default header.
///
/// Headers added by this method get added to every request unless overriden by .
/// Headers added by this method get added to every request unless overridden by other methods.
///
/// # Panics
/// Panics if header name or value is invalid.