Skip to content

Commit 8f0f0a4

Browse files
Fix a typo in comments in Recorded+Event.swift (#2568)
1 parent a590473 commit 8f0f0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxTest/Recorded+Event.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extension Recorded {
3535
/**
3636
Factory method for an `.error` event recorded at a given time with a given error.
3737

38-
- parameter time: Recorded virtual time the `.completed` event occurs.
38+
- parameter time: Recorded virtual time the `.error` event occurs.
3939
*/
4040
public static func error<T>(_ time: TestTime, _ error: Swift.Error, _ type: T.Type = T.self) -> Recorded<Event<T>> where Value == Event<T> {
4141
Recorded(time: time, value: .error(error))

0 commit comments

Comments
 (0)