Skip to content

Commit

Permalink
chore(docs): several typos in the documentation
Browse files Browse the repository at this point in the history
chore(docs): several typos in the documentation
  • Loading branch information
CrytoInsight authored Dec 28, 2023
1 parent 9e7d499 commit 978e33d
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 surprises ;-)
// So the 'witness' type (concrete value) for U32 is u32 - no surprise ;-)
type Witness = u32;
...
}
Expand Down

0 comments on commit 978e33d

Please sign in to comment.