diff options
| author | wangcundashang <[email protected]> | 2024-06-19 11:28:19 +0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-07-03 12:32:24 -0400 |
| commit | 1ce8099896a44dcb54bd764d9bbd9eaf661a3179 (patch) | |
| tree | 709e5c4eacc79d5736a08ca7a42d582cbd7440e4 /src | |
| parent | 4b3fdf51e404f0964b458fb2df4014982d3c5890 (diff) | |
chore: fix some comments
Signed-off-by: wangcundashang <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1090,7 +1090,7 @@ impl Hasher { // the root node of the whole tree, and it would need to be ROOT // finalized. We can't compress it until we know. // 2) This 64 KiB input might complete a larger tree, whose root node is - // similarly going to be the the root of the whole tree. For example, + // similarly going to be the root of the whole tree. For example, // maybe we have 196 KiB (that is, 128 + 64) hashed so far. We can't // compress the node at the root of the 256 KiB subtree until we know // how to finalize it. |
