From e756b1515ce055f09f77d2a98a1646f06b448673 Mon Sep 17 00:00:00 2001 From: sifnoc Date: Wed, 5 Jun 2024 13:55:02 +0900 Subject: [PATCH] fix typo --- prover/src/circuits/config/no_range_check_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prover/src/circuits/config/no_range_check_config.rs b/prover/src/circuits/config/no_range_check_config.rs index e8239aa7..15a70b38 100644 --- a/prover/src/circuits/config/no_range_check_config.rs +++ b/prover/src/circuits/config/no_range_check_config.rs @@ -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)]