Skip to content

Commit

Permalink
Fix typo: 'an multimap' -> 'a multimap'
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbraha authored and julian-bcw committed Nov 30, 2023
1 parent 94df783 commit 387055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use self::into_header_name::IntoHeaderName;

/// A set of HTTP headers
///
/// `HeaderMap` is an multimap of [`HeaderName`] to values.
/// `HeaderMap` is a multimap of [`HeaderName`] to values.
///
/// [`HeaderName`]: struct.HeaderName.html
///
Expand Down

0 comments on commit 387055c

Please sign in to comment.