Skip to content

Commit da28222

Browse files
committed
Fix typo
1 parent 2701176 commit da28222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ There are various publisher expectations. Each one waits for a specific publishe
156156

157157
:x: When waiting for this expectation, the publisher error is thrown if the publisher fails before the expectation has expired.
158158

159-
:white_check_mark: Otherwise, an array of all elements published before the expectation has expired elements is returned.
159+
:white_check_mark: Otherwise, an array of all elements published before the expectation has expired is returned.
160160

161161
:arrow_right: Related expectations: [elements], [prefix(maxLength)].
162162

Sources/CombineExpectations/PublisherExpectations/AvailableElements.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extension PublisherExpectations {
88
/// the publisher fails before the expectation has expired..
99
///
1010
/// Otherwise, an array of all elements published before the expectation
11-
/// has expired elements is returned.
11+
/// has expired is returned.
1212
///
1313
/// For example:
1414
///

Sources/CombineExpectations/Recorder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ extension Recorder {
294294
/// publisher fails before expiration.
295295
///
296296
/// Otherwise, an array of all elements published before the expectation
297-
/// has expired elements is returned.
297+
/// has expired is returned.
298298
///
299299
/// For example:
300300
///

0 commit comments

Comments
 (0)