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 6fed004 commit 534d43bCopy full SHA for 534d43b
src/app/blog/blake3-hazmat-api/page.mdx
@@ -79,7 +79,7 @@ A function `parent_cv` provided the ability to combine two non-root hashes (also
79
pub fn parent_cv(left_child: &Hash, right_child: &Hash, is_root: bool) -> Hash
80
```
81
82
-And the `ChunkState` struct provided a builder like API to compute a (root or non-root) hash for any chunk.
+And the `ChunkState` struct provided a builder-like API to compute a (root or non-root) hash for any chunk.
83
84
# Why the fork?
85
0 commit comments