From d34f8d269a38cbe5dc4054fa53b4329936895092 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Wed, 27 Apr 2022 16:41:11 +0100 Subject: [PATCH] HashMap doc: Don't use monospace font for 'Entry Api' --- library/std/src/collections/hash/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/collections/hash/map.rs b/library/std/src/collections/hash/map.rs index 6b63191eb58..0c638192264 100644 --- a/library/std/src/collections/hash/map.rs +++ b/library/std/src/collections/hash/map.rs @@ -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: ///