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]