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:
Dylan DPC 2022-04-29 11:23:13 +02:00 committed by GitHub
commit db1ec25224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
///