Skip to content

Commit d739dd2

Browse files
[NFC] fix typo: "valid" → "invalid"
1 parent 336cad2 commit d739dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkspaceTests/ToolsVersionWriterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ToolsVersionWriterTests: XCTestCase {
7777
XCTAssertEqual(result, "// swift-tools-version:4.1.2\n...")
7878
}
7979

80-
// Contents with valid specifier string and some meta data.
80+
// Contents with invalid specifier string and some meta data.
8181
stream = BufferedOutputByteStream()
8282
stream <<< "// swift-tools-version:-3.1.2;hello\n"
8383
stream <<< "..."

0 commit comments

Comments
 (0)