Skip to content

Commit

Permalink
Fix grammar in README.md (#357)
Browse files Browse the repository at this point in the history
typos README.md
  • Loading branch information
Dimitrolito authored Dec 6, 2024
1 parent 3936a28 commit 54f175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { poseidon2, poseidon3 } from "poseidon-lite"
// Hexadecimal hashes.
const hash = (childNodes: ChildNodes) => sha256(childNodes.join("")).toString()

// Create the SMT with an Hexadecimal (SHA256) hash.
// Create the SMT with a Hexadecimal (SHA256) hash.
const tree = new SMT(hash)

// 0
Expand Down

0 comments on commit 54f175d

Please sign in to comment.