Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Jun 5, 2024
1 parent d240cf9 commit e756b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/circuits/config/no_range_check_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::circuit_config::CircuitConfig;
/// # Fields
///
/// * `username`: Advice column used to store the usernames of the users
/// * `concentrations`: Advice columns used to store the concentrations of the users
/// * `concatenated_balance`: Advice column used to store the concatenated balances of the users
/// * `balances`: Advice columns used to store the balances of the users
/// * `instance`: Instance column used to constrain the last balance decomposition
#[derive(Clone)]
Expand Down

0 comments on commit e756b15

Please sign in to comment.