Skip to content

Commit 6041b5a

Browse files
committed
Tweak some grammar in docs.
1 parent ed9a3d5 commit 6041b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> {
19961996
///
19971997
/// # Note
19981998
///
1999-
/// Calling the function safe, but using raw hash table API's may require
1999+
/// Calling this function is safe, but using the raw hash table API may require
20002000
/// unsafe functions or blocks.
20012001
///
20022002
/// `RawTable` API gives the lowest level of control under the map that can be useful

src/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ where
11431143
///
11441144
/// # Note
11451145
///
1146-
/// Calling the function safe, but using raw hash table API's may require
1146+
/// Calling this function is safe, but using the raw hash table API may require
11471147
/// unsafe functions or blocks.
11481148
///
11491149
/// `RawTable` API gives the lowest level of control under the set that can be useful

0 commit comments

Comments
 (0)