fix comment (#49)

Co-authored-by: ethan_000 <yuhuili@Yuhuis-MacBook-Air.local>
This commit is contained in:
Ethan-000
2022-08-16 22:17:45 +01:00
committed by maramihali
parent 4f56acf724
commit cb6e5613ed

View File

@@ -118,7 +118,7 @@ impl Assignment {
/// `VarsAssignment` holds an assignment of values to variables in an `Instance` /// `VarsAssignment` holds an assignment of values to variables in an `Instance`
pub type VarsAssignment = Assignment; pub type VarsAssignment = Assignment;
/// `VarsAssignment` holds an assignment of values to variables in an `Instance` /// `InputsAssignment` holds an assignment of values to variables in an `Instance`
pub type InputsAssignment = Assignment; pub type InputsAssignment = Assignment;
/// `Instance` holds the description of R1CS matrices /// `Instance` holds the description of R1CS matrices