Skip to content

Commit bd30ce0

Browse files
authored
style: fix typo in code comment (#532)
1 parent d82aa29 commit bd30ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl HeaderValue {
7979
/// assert_eq!(val, "hello");
8080
/// ```
8181
#[inline]
82-
#[allow(unconditional_panic)] // required for the panic circumventon
82+
#[allow(unconditional_panic)] // required for the panic circumvention
8383
pub const fn from_static(src: &'static str) -> HeaderValue {
8484
let bytes = src.as_bytes();
8585
let mut i = 0;

0 commit comments

Comments
 (0)