We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2799141 commit d34f8d2Copy full SHA for d34f8d2
library/std/src/collections/hash/map.rs
@@ -136,7 +136,7 @@ use crate::sys;
136
/// ]);
137
/// ```
138
///
139
-/// `HashMap` implements an [`Entry API`](#method.entry), which allows
+/// `HashMap` implements an [`Entry` API](#method.entry), which allows
140
/// for complex methods of getting, setting, updating and removing keys and
141
/// their values:
142
0 commit comments