Skip to content

Commit

Permalink
Update deeper_overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrytoInsight authored Dec 30, 2023
1 parent 0922518 commit 09d9f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/advanced/deeper_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub struct UInt32<F: SmallField> {
pub(crate) variable: Variable,
}
impl<F: SmallField> CSAllocatable<F> for UInt32<F> {
// So the 'witness' type (concrete value) for U32 is u32 - no surprise ;-)
// So the 'witness' type (concrete value) for U32 is u32 - no surprises ;-)
type Witness = u32;
...
}
Expand Down

0 comments on commit 09d9f82

Please sign in to comment.