Skip to content

Commit 45c1a1d

Browse files
authored
Merge pull request #58602 from jsoref/spelling-test-swift-indent
Spelling test swift indent
2 parents 19ed866 + 511f12d commit 45c1a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/swift-indent/basic.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func foo(
225225
}
226226

227227

228-
// Sequence expressions should indent realtive to their first element. Leading
228+
// Sequence expressions should indent relative to their first element. Leading
229229
// "=" should be considered part of the sequence when present.
230230
//
231231
let arrayA = [0]
@@ -407,7 +407,7 @@ func a() {
407407
}
408408

409409

410-
// Array/Dictionay/Tuple/Closure within arg list shouldn't cause their solo
410+
// Array/Dictionary/Tuple/Closure within arg list shouldn't cause their solo
411411
// closing tokens to indent.
412412
//
413413
foo(a: [

0 commit comments

Comments
 (0)