Skip to content

Commit

Permalink
chore: fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 committed Nov 4, 2023
1 parent 02f5aa5 commit f048023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/testvectors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe("calculateExistenceRoot", () => {
]);
const small = compress(proof);

// ensure this is acutally a different format
// ensure this is actually a different format
const origBin = ics23.CommitmentProof.encode(proof).finish();
const origBin2 = ics23.CommitmentProof.encode(proof).finish();
const smallBin = ics23.CommitmentProof.encode(small).finish();
Expand All @@ -218,7 +218,7 @@ describe("calculateExistenceRoot", () => {
]);
const small = compress(proof);

// ensure this is acutally a different format
// ensure this is actually a different format
const origBin = ics23.CommitmentProof.encode(proof).finish();
const origBin2 = ics23.CommitmentProof.encode(proof).finish();
const smallBin = ics23.CommitmentProof.encode(small).finish();
Expand Down

0 comments on commit f048023

Please sign in to comment.