We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ac3d0 commit e782081Copy full SHA for e782081
RxSwift/ObservableConvertibleType.swift
@@ -6,7 +6,7 @@
6
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
7
//
8
9
-/// Type that can be converted to observable sequence (`Observer<E>`).
+/// Type that can be converted to observable sequence (`Observable<E>`).
10
public protocol ObservableConvertibleType {
11
/// Type of elements in sequence.
12
associatedtype E
0 commit comments