diff --git a/RxTest/Recorded+Event.swift b/RxTest/Recorded+Event.swift index fda6de9da..23181791d 100644 --- a/RxTest/Recorded+Event.swift +++ b/RxTest/Recorded+Event.swift @@ -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(_ time: TestTime, _ error: Swift.Error, _ type: T.Type = T.self) -> Recorded> where Value == Event { Recorded(time: time, value: .error(error))