Skip to content

Commit 1f3e285

Browse files
committed
Use ASCII
1 parent 10fc43b commit 1f3e285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boundary_check.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fn test_all_zeros_mask_accepted_when_limit_at_range() {
108108
let _ = assert_boundary_mask::<8>([0; 8], 8);
109109
}
110110

111-
// Other malicious masks the constraints already reject pin that behavior.
111+
// Other malicious masks the constraints already reject - pin that behavior.
112112
#[test(should_fail)]
113113
fn test_mask_with_wrong_transition_rejected() {
114114
// transition at 5 instead of 3

0 commit comments

Comments
 (0)