We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d15c5 commit 1ef0e32Copy full SHA for 1ef0e32
hashes/src/siphash24/mod.rs
@@ -218,7 +218,7 @@ impl Hash {
218
pub fn from_u64(hash: u64) -> Hash { Hash(hash.to_le_bytes()) }
219
}
220
221
-/// Load an u64 using up to 7 bytes of a byte slice.
+/// Load a u64 using up to 7 bytes of a byte slice.
222
///
223
/// Unsafe because: unchecked indexing at `start..start+len`.
224
#[inline]
0 commit comments