Skip to content

Commit 82240d9

Browse files
committed
spelling: world
Signed-off-by: Josh Soref <[email protected]>
1 parent 11571b8 commit 82240d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/ExistentialCollection.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ tests.test("BidirectionalCollection") {
338338
}
339339

340340
// Can't upgrade a non-random-access collection to random access
341-
let s0 = "Hello, Woyld"
341+
let s0 = "Hello, World"
342342
let bc1 = AnyBidirectionalCollection(s0)
343343
let fc3 = AnyCollection(bc1)
344344
expectTrue(storesSameUnderlyingCollection(fc3, bc1))

0 commit comments

Comments
 (0)