Skip to content

Commit db1ec25

Browse files
authored
Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplett
HashMap doc: Don't use monospace font for 'Entry Api'
2 parents 31693cb + d34f8d2 commit db1ec25

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/collections/hash

1 file changed

+1
-1
lines changed

library/std/src/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ use crate::sys;
136136
/// ]);
137137
/// ```
138138
///
139-
/// `HashMap` implements an [`Entry API`](#method.entry), which allows
139+
/// `HashMap` implements an [`Entry` API](#method.entry), which allows
140140
/// for complex methods of getting, setting, updating and removing keys and
141141
/// their values:
142142
///

0 commit comments

Comments
 (0)