doc: fix typos

Co-authored-by: Ragnar <rodiondenmark@gmail.com>
Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
This commit is contained in:
fanquake
2025-05-29 15:05:30 +01:00
parent c797e50dda
commit e50312eab0
20 changed files with 24 additions and 26 deletions

View File

@@ -198,7 +198,7 @@ FUZZ_TARGET(muhash)
muhash3.Finalize(out2);
},
[&] {
// Test that dividing a MuHash by itself brings it back to it's initial state
// Test that dividing a MuHash by itself brings it back to its initial state
// See note about clang + self-assignment in test/uint256_tests.cpp
#if defined(__clang__)
@@ -216,7 +216,7 @@ FUZZ_TARGET(muhash)
out2 = initial_state_hash;
},
[&] {
// Test that removing all added elements brings the object back to it's initial state
// Test that removing all added elements brings the object back to its initial state
muhash.Remove(data);
muhash.Remove(data2);
muhash.Finalize(out);