dev: Update documentation for constraint_name

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2021-06-04 23:12:55 +01:00 committed by GitHub
parent 876587c818
commit 1dff93a8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pub enum VerifyFailure {
/// `Circuit::configure`.
constraint_index: usize,
/// The name of the unsatisfied constraint. This is specified by the gate creator
/// (such as a chip implementation), and may not be unique.
/// (such as a chip implementation), and is not enforced to be unique.
constraint_name: &'static str,
/// The row on which this constraint is not satisfied.
row: usize,