Skip to content

Commit d34f8d2

Browse files
committed
HashMap doc: Don't use monospace font for 'Entry Api'
1 parent 2799141 commit d34f8d2

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)