fix(lib): Fixed typos in multiple modules
BREAKING CHANGE: The `Preference` header had a typo in a variant and it's string representation, change `Preference::HandlingLeniant` to `Preference::HandlingLenient`.
This commit is contained in:
committed by
Sean McArthur
parent
0d05533d07
commit
2fa414fb5f
@@ -74,7 +74,7 @@ header! {
|
||||
}
|
||||
}
|
||||
|
||||
/// A protocol name used to identify a spefic protocol. Names are case-sensitive
|
||||
/// A protocol name used to identify a specific protocol. Names are case-sensitive
|
||||
/// except for the `WebSocket` value.
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub enum ProtocolName {
|
||||
|
||||
Reference in New Issue
Block a user