This commit is contained in:
Nobutaka Yuasa 2016-01-27 17:15:16 +09:00
parent cf06a20750
commit a9149df19a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ extension ObservableType {
/**
Subscribes an error handler to an observable sequence.
- parameter onRrror: Action to invoke upon errored termination of the observable sequence.
- parameter onError: Action to invoke upon errored termination of the observable sequence.
- returns: Subscription object used to unsubscribe from the observable sequence.
*/
@warn_unused_result(message="http://git.io/rxs.ud")