fix minor typo

This commit is contained in:
Sean Bowe 2021-07-24 17:10:59 -06:00
parent 2a253b89b0
commit 77805d9e8e
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ mod tests {
// Test that, for each selector, the provided expression
// 1. evaluates to zero on rows where the selector's activation is off
// 2. evaluates to nonzero on rows where the selector's activation is off
// 2. evaluates to nonzero on rows where the selector's activation is on
// 3. is of degree d such that d + (selector.max_degree - 1) <= max_degree
// OR selector.max_degree is zero
for selector in selector_assignments {