HashMap doc: Don't use monospace font for 'Entry Api'

This commit is contained in:
Nixon Enraght-Moony 2022-04-27 16:41:11 +01:00
parent 2799141fde
commit d34f8d269a

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