Skip to content

Commit 22bfc7d

Browse files
nnsW3arnaucube
authored andcommitted
Docs fix spelling issues (#152)
* Update nimfs.rs * Update utils.rs ---------
1 parent 546dfa3 commit 22bfc7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

folding-schemes/src/folding/hypernova/nimfs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ pub mod tests {
667667
}
668668

669669
/// Test that generates mu>1 and nu>1 instances, and folds them in a single multifolding step
670-
/// and repeats the process doing multiple steps.
670+
/// and repeats the process by doing multiple steps.
671671
#[test]
672672
pub fn test_multifolding_mu_nu_instances_multiple_steps() {
673673
let mut rng = test_rng();

folding-schemes/src/folding/hypernova/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub mod tests {
177177
use crate::utils::mle::matrix_to_dense_mle;
178178
use crate::utils::multilinear_polynomial::tests::fix_last_variables;
179179

180-
/// Given M(x,y) matrix and a random field element `r`, test that ~M(r,y) is is an s'-variable polynomial which
180+
/// Given M(x,y) matrix and a random field element `r`, test that ~M(r,y) is an s'-variable polynomial which
181181
/// compresses every column j of the M(x,y) matrix by performing a random linear combination between the elements
182182
/// of the column and the values eq_i(r) where i is the row of that element
183183
///

0 commit comments

Comments
 (0)