Skip to content

Commit 6796ea0

Browse files
committed
fix documentation of XCTAssertEqualTypeAndValue
1 parent d7aa733 commit 6796ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncHTTPClientTests/HTTPConnectionPool+HTTP2StateMachineTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ class HTTPConnectionPool_HTTP2StateMachineTests: XCTestCase {
12271227
}
12281228

12291229
/// 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
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)