Skip to content

Commit 732df20

Browse files
authored
Correct documentation spelling.
1 parent 17f0128 commit 732df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! which correspond to mapping a [`File`] to a [`&[u8]`](https://doc.rust-lang.org/std/primitive.slice.html)
55
//! or [`&mut [u8]`](https://doc.rust-lang.org/std/primitive.slice.html)
66
//! respectively. Both function by dereferencing to a slice, allowing the
7-
//! [`Mmap`]/[`MmapMut`] to be used in the same way you would the equivelant slice
7+
//! [`Mmap`]/[`MmapMut`] to be used in the same way you would the equivalent slice
88
//! types.
99
//!
1010
//! [`File`]: std::fs::File

0 commit comments

Comments
 (0)