File tree 3 files changed +3
-3
lines changed
Sources/CombineExpectations
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ There are various publisher expectations. Each one waits for a specific publishe
156
156
157
157
:x : When waiting for this expectation, the publisher error is thrown if the publisher fails before the expectation has expired.
158
158
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.
160
160
161
161
:arrow_right : Related expectations: [ elements] , [ prefix(maxLength)] .
162
162
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extension PublisherExpectations {
8
8
/// the publisher fails before the expectation has expired..
9
9
///
10
10
/// Otherwise, an array of all elements published before the expectation
11
- /// has expired elements is returned.
11
+ /// has expired is returned.
12
12
///
13
13
/// For example:
14
14
///
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ extension Recorder {
294
294
/// publisher fails before expiration.
295
295
///
296
296
/// Otherwise, an array of all elements published before the expectation
297
- /// has expired elements is returned.
297
+ /// has expired is returned.
298
298
///
299
299
/// For example:
300
300
///
You can’t perform that action at this time.
0 commit comments