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 c816df5 commit 925a7b9Copy full SHA for 925a7b9
test/refactoring/ConvertAsync/convert_params_single.swift
@@ -486,7 +486,7 @@ func testParamsSingle() async throws {
486
487
// Note this transform results in invalid code as str.count.bitWidth is no
488
// 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
+ // placeholder. In general, the transform we perform here is locally valid
490
// within the optional chain, but may change the type of the overall chain.
491
// UNWRAPPING-NEXT: _ = (str.count.bitWidth)!
492
0 commit comments