mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 22:43:42 +00:00
Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplett
HashMap doc: Don't use monospace font for 'Entry Api'
This commit is contained in:
commit
db1ec25224
@ -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:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user