Skip to content

Commit

Permalink
Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=josh…
Browse files Browse the repository at this point in the history
…triplett

HashMap doc: Don't use monospace font for 'Entry Api'
  • Loading branch information
Dylan-DPC authored Apr 29, 2022
2 parents 41f6d93 + 44fb6bc commit 06e1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/collections/hash/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ use crate::sys;
/// ]);
/// ```
///
/// `HashMap` implements an [`Entry API`](#method.entry), which allows
/// `HashMap` implements an [`Entry` API](#method.entry), which allows
/// for complex methods of getting, setting, updating and removing keys and
/// their values:
///
Expand Down

0 comments on commit 06e1859

Please sign in to comment.