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.
2 parents 19ed866 + 511f12d commit 45c1a1dCopy full SHA for 45c1a1d
test/swift-indent/basic.swift
@@ -225,7 +225,7 @@ func foo(
225
}
226
227
228
-// Sequence expressions should indent realtive to their first element. Leading
+// Sequence expressions should indent relative to their first element. Leading
229
// "=" should be considered part of the sequence when present.
230
//
231
let arrayA = [0]
@@ -407,7 +407,7 @@ func a() {
407
408
409
410
-// Array/Dictionay/Tuple/Closure within arg list shouldn't cause their solo
+// Array/Dictionary/Tuple/Closure within arg list shouldn't cause their solo
411
// closing tokens to indent.
412
413
foo(a: [
0 commit comments