fix error grater to greater array_vec.rs

This commit is contained in:
Alex Pikme 2025-05-25 12:47:49 +02:00 committed by GitHub
parent 6e66253ffb
commit 9fb48bc0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ mod verification {
}
}
#[kani::unwind(16)] // One grater than 15.
#[kani::unwind(16)] // One greater than 15.
#[kani::proof]
fn no_out_of_bounds_upto_cap() {
const CAP: usize = 15;