Skip to content

Commit 3233cc9

Browse files
committed
Merge rust-bitcoin#4693: [src]: fix wrong article before u64
1ef0e32 fix wrong article (Kendra Karol Sevilla) Pull request description: ACKs for top commit: apoelstra: ACK 1ef0e32; successfully ran local tests; thanks! tcharding: ACK 1ef0e32 Tree-SHA512: d1396d17b20d0cb677a855e4bd567e71ac65746010f4a1323cf79284d93b92fe0a52d5b7e14b59736c209277fa6d540041d440430cb34a2001e016d0e2decd87
2 parents 79d15c5 + 1ef0e32 commit 3233cc9

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)