Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Norton <93260651+GhostOfGauss@users.noreply.github.com>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes and GhostOfGauss authored Aug 5, 2022
1 parent b492c6b commit 8dc0242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manta-crypto/src/arkworks/constraint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub type SynthesisResult<T = ()> = Result<T, SynthesisError>;
///
/// # 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]
Expand Down

0 comments on commit 8dc0242

Please sign in to comment.