Skip to content

Commit 1ef0e32

Browse files
authored
fix wrong article
1 parent 79d15c5 commit 1ef0e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/src/siphash24/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl Hash {
218218
pub fn from_u64(hash: u64) -> Hash { Hash(hash.to_le_bytes()) }
219219
}
220220

221-
/// Load an u64 using up to 7 bytes of a byte slice.
221+
/// Load a u64 using up to 7 bytes of a byte slice.
222222
///
223223
/// Unsafe because: unchecked indexing at `start..start+len`.
224224
#[inline]

0 commit comments

Comments
 (0)