Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 005f287

Browse files
committedFeb 10, 2025··
m
1 parent 2509895 commit 005f287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DynamoDbEncryption/dafny/StructuredEncryption/src/OptimizedMergeSort.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ module {:options "-functionSyntax:4"} OptimizedMergeSort {
429429
// Second this would create two loops.
430430
// First loop would create the `lo to hi` range of numbers.
431431
// The second loop would then loop over these elements.
432-
// A single loop with
432+
// A single loop with
433433
for i := lo to hi
434434
modifies right
435435
invariant left[..lo] == old(left[..lo]) && right[..lo] == old(right[..lo])

0 commit comments

Comments
 (0)
Please sign in to comment.