From 8dc024276d8ddd8aecd828568d6637d3c0593e66 Mon Sep 17 00:00:00 2001 From: "Brandon H. Gomes" Date: Fri, 5 Aug 2022 10:49:20 -0400 Subject: [PATCH] chore: fix typo Co-authored-by: Todd Norton <93260651+GhostOfGauss@users.noreply.github.com> Signed-off-by: Brandon H. Gomes --- manta-crypto/src/arkworks/constraint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manta-crypto/src/arkworks/constraint.rs b/manta-crypto/src/arkworks/constraint.rs index 1710f1c83..986892a0a 100644 --- a/manta-crypto/src/arkworks/constraint.rs +++ b/manta-crypto/src/arkworks/constraint.rs @@ -54,7 +54,7 @@ pub type SynthesisResult = Result; /// /// # Warning /// -/// This does not work for all variable assignments! For some assignemnts, the variable inherits +/// This does not work for all variable assignments! For some assignments, the variable inherits /// some structure from its input, like its length or number of bits, which are only known at /// run-time. For those cases, some mocking is required and this function can not be used directly. #[inline]