Skip to content

Commit 8a7db19

Browse files
committed
fix documentation of XCTAssertEqualTypeAndValue
1 parent d7aa733 commit 8a7db19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AsyncHTTPClientTests/HTTPConnectionPool+HTTP2StateMachineTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1226,8 +1226,8 @@ class HTTPConnectionPool_HTTP2StateMachineTests: XCTestCase {
12261226
}
12271227
}
12281228

1229-
/// Should be used if you have a value of statically unknown type and want to compare its value to an `Equatable` type.
1230-
/// The assert will fail if the boths
1229+
/// Should be used if you have a value of statically unknown type and want to compare its value to another `Equatable` value.
1230+
/// The assert will fail if both values don't have the same type or don't have the same value.
12311231
/// - Note: if the type of both values are statically know, prefer `XCTAssertEqual`.
12321232
/// - Parameters:
12331233
/// - lhs: value of a statically unknown type

0 commit comments

Comments
 (0)