We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509895 commit 005f287Copy full SHA for 005f287
DynamoDbEncryption/dafny/StructuredEncryption/src/OptimizedMergeSort.dfy
@@ -429,7 +429,7 @@ module {:options "-functionSyntax:4"} OptimizedMergeSort {
429
// Second this would create two loops.
430
// First loop would create the `lo to hi` range of numbers.
431
// The second loop would then loop over these elements.
432
- // A single loop with
+ // A single loop with
433
for i := lo to hi
434
modifies right
435
invariant left[..lo] == old(left[..lo]) && right[..lo] == old(right[..lo])
0 commit comments