Skip to content

Commit

Permalink
docs: typo: 'an multimap' -> 'a multimap' (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbraha committed Nov 30, 2023
1 parent 94df783 commit eb6e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/map.rs
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 eb6e595

Please sign in to comment.