We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f0128 commit 732df20Copy full SHA for 732df20
src/lib.rs
@@ -4,7 +4,7 @@
4
//! which correspond to mapping a [`File`] to a [`&[u8]`](https://doc.rust-lang.org/std/primitive.slice.html)
5
//! or [`&mut [u8]`](https://doc.rust-lang.org/std/primitive.slice.html)
6
//! 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
+//! [`Mmap`]/[`MmapMut`] to be used in the same way you would the equivalent slice
8
//! types.
9
//!
10
//! [`File`]: std::fs::File
0 commit comments