Skip to content

Commit 925a7b9

Browse files
committed
spelling: transform
Signed-off-by: Josh Soref <[email protected]>
1 parent c816df5 commit 925a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/refactoring/ConvertAsync/convert_params_single.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ func testParamsSingle() async throws {
486486

487487
// Note this transform results in invalid code as str.count.bitWidth is no
488488
// longer optional, but arguably it's more useful than leaving str as a
489-
// placeholder. In general, the tranform we perform here is locally valid
489+
// placeholder. In general, the transform we perform here is locally valid
490490
// within the optional chain, but may change the type of the overall chain.
491491
// UNWRAPPING-NEXT: _ = (str.count.bitWidth)!
492492

0 commit comments

Comments
 (0)