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.
2 parents 31693cb + d34f8d2 commit db1ec25Copy full SHA for db1ec25
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