From 54f175d06af2fe556367675f68e241b56bc4293b Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:34:33 +0200 Subject: [PATCH] Fix grammar in README.md (#357) typos README.md --- packages/smt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smt/README.md b/packages/smt/README.md index fd15c528f..3b2880a9d 100644 --- a/packages/smt/README.md +++ b/packages/smt/README.md @@ -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