Skip to content

Commit

Permalink
Fix a typo in comments in Recorded+Event.swift (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskim94 committed Apr 20, 2024
1 parent a590473 commit 8f0f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxTest/Recorded+Event.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extension Recorded {
/**
Factory method for an `.error` event recorded at a given time with a given error.
- parameter time: Recorded virtual time the `.completed` event occurs.
- parameter time: Recorded virtual time the `.error` event occurs.
*/
public static func error<T>(_ time: TestTime, _ error: Swift.Error, _ type: T.Type = T.self) -> Recorded<Event<T>> where Value == Event<T> {
Recorded(time: time, value: .error(error))
Expand Down

0 comments on commit 8f0f0a4

Please sign in to comment.