Skip to content

Commit 59eec78

Browse files
Update src/server/allow.rs
Co-authored-by: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 45ff3ab commit 59eec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/allow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl Allow {
6666
Ok(Some(Self { entries }))
6767
}
6868

69-
/// Sets the `Server-Timing` header.
69+
/// Sets the `Allow` header.
7070
pub fn apply(&self, mut headers: impl AsMut<Headers>) {
7171
headers.as_mut().insert(ALLOW, self.value());
7272
}

0 commit comments

Comments
 (0)