Skip to content

Commit 7456ea6

Browse files
committed
spelling: types
Signed-off-by: Josh Soref <[email protected]>
1 parent 31f85fe commit 7456ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftFormatRulesTests/UseShorthandTypeNamesTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ final class UseShorthandTypeNamesTests: LintOrFormatRuleTestCase {
397397
""")
398398
}
399399

400-
func testOptionalsNestedInOtherTypseInStoredVarsAreStillChanged() {
400+
func testOptionalsNestedInOtherTypesInStoredVarsAreStillChanged() {
401401
XCTAssertFormatting(
402402
UseShorthandTypeNames.self,
403403
input:

0 commit comments

Comments
 (0)