Update builder.rs

This commit is contained in:
Rob Ede 2022-04-24 22:29:06 +01:00 committed by GitHub
parent 541ebf8a11
commit eff1607464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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