Skip to content

Commit 534d43b

Browse files
rklaehnramfox
andauthored
Update src/app/blog/blake3-hazmat-api/page.mdx
Co-authored-by: Kasey <[email protected]>
1 parent 6fed004 commit 534d43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/blake3-hazmat-api/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A function `parent_cv` provided the ability to combine two non-root hashes (also
7979
pub fn parent_cv(left_child: &Hash, right_child: &Hash, is_root: bool) -> Hash
8080
```
8181

82-
And the `ChunkState` struct provided a builder like API to compute a (root or non-root) hash for any chunk.
82+
And the `ChunkState` struct provided a builder-like API to compute a (root or non-root) hash for any chunk.
8383

8484
# Why the fork?
8585

0 commit comments

Comments
 (0)