about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNixon Enraght-Moony <nixon.emoony@gmail.com>2022-04-27 16:41:11 +0100
committerNixon Enraght-Moony <nixon.emoony@gmail.com>2022-04-27 17:59:29 +0100
commitd34f8d269a38cbe5dc4054fa53b4329936895092 (patch)
tree651f1423105db27db84ce6fa444690f6e0a00b36
parent2799141fdec79f2eb1ce75f27bf9982a495f72d8 (diff)
downloadrust-d34f8d269a38cbe5dc4054fa53b4329936895092.tar.gz
rust-d34f8d269a38cbe5dc4054fa53b4329936895092.zip
HashMap doc: Don't use monospace font for 'Entry Api'
-rw-r--r--library/std/src/collections/hash/map.rs2
1 files changed, 1 insertions, 1 deletions
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:
 ///