Skip to content

Commit

Permalink
[NFC] fix typo: "valid" → "invalid"
Browse files Browse the repository at this point in the history
  • Loading branch information
WowbaggersLiquidLunch committed Nov 4, 2020
1 parent 336cad2 commit d739dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/WorkspaceTests/ToolsVersionWriterTests.swift
Expand Up @@ -77,7 +77,7 @@ class ToolsVersionWriterTests: XCTestCase {
XCTAssertEqual(result, "// swift-tools-version:4.1.2\n...")
}

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

0 comments on commit d739dd2

Please sign in to comment.