Merge pull request #6385 from rex4539/typos

Fix typo
This commit is contained in:
Kris Nuttycombe 2023-02-01 07:02:58 -07:00 committed by GitHub
commit db0d0deef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ mod ffi {
type Inner<H> = bridgetree::Frontier<H, MERKLE_DEPTH>;
/// A incremental Merkle frontier.
/// An incremental Merkle frontier.
#[derive(Clone)]
struct MerkleFrontier<H>(Inner<H>);