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.
1 parent bd68569 commit f2cfa8dCopy full SHA for f2cfa8d
Tests/IntegerUtilitiesTests/GCDTests.swift
@@ -35,7 +35,7 @@ final class IntegerUtilitiesGCDTests: XCTestCase {
35
XCTAssertEqual(gcd(97*67*53*27*8, 83*67*53*9*32), 67*53*9*8)
36
XCTAssertEqual(gcd(Int.min, 2), 2)
37
38
- // TODO: Enable these when version compability allows.
+ // TODO: Enable these when version compatibility allows.
39
//
40
// XCTExpectFailure{ gcd(0, Int.min) }
41
// XCTExpectFailure{ gcd(Int.min, 0) }
0 commit comments