Skip to content

Commit a0c39c8

Browse files
author
Lucas McDonald
committed
m
1 parent 7d96dc0 commit a0c39c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/WriteManifest.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ module {:options "-functionSyntax:4"} WriteManifest {
222222
const C : string := "\ufe4c" // "Ufe4c" <-> "﹌"
223223
const D : string := "\u10001" // "U10001" <-> "𐀁" (surrogate pair: "\uD800\uDC01")
224224
const E : string := "\u10002" // "U10002" <-> "𐀂" (same high surrogate as D: "\uD800\uDC02")
225-
const F : string := "\u20002" // "U20002" <-> "𠀂" (different high surrogate as D: "\D840\uDC02"
225+
const F : string := "\u20002" // "U20002" <-> "𠀂" (different high surrogate as D: "\D840\uDC02")
226226

227227
lemma CheckLengths()
228228
ensures |A| == 1

0 commit comments

Comments
 (0)