Skip to content

Commit 3d8117a

Browse files
committed
chore: fix typo give -> given
1 parent 8f8a6c0 commit 3d8117a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl<'a> HeaderPart<'a> {
7575
Self::new("", DUMMY_SP)
7676
}
7777

78-
/// Find the `keyword` for the header within the give `span`
78+
/// Find the `keyword` for the header within the given `span`
7979
pub(crate) fn keyword(
8080
context: &RewriteContext<'_>,
8181
span: Span,

0 commit comments

Comments
 (0)