Skip to content

Commit f2cfa8d

Browse files
authored
Fixed typo
1 parent bd68569 commit f2cfa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntegerUtilitiesTests/GCDTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class IntegerUtilitiesGCDTests: XCTestCase {
3535
XCTAssertEqual(gcd(97*67*53*27*8, 83*67*53*9*32), 67*53*9*8)
3636
XCTAssertEqual(gcd(Int.min, 2), 2)
3737

38-
// TODO: Enable these when version compability allows.
38+
// TODO: Enable these when version compatibility allows.
3939
//
4040
// XCTExpectFailure{ gcd(0, Int.min) }
4141
// XCTExpectFailure{ gcd(Int.min, 0) }

0 commit comments

Comments
 (0)