Skip to content

Commit e782081

Browse files
zhongwuzwkzaher
authored andcommitted
fix wrong semantic
1 parent 79ac3d0 commit e782081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxSwift/ObservableConvertibleType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
77
//
88

9-
/// Type that can be converted to observable sequence (`Observer<E>`).
9+
/// Type that can be converted to observable sequence (`Observable<E>`).
1010
public protocol ObservableConvertibleType {
1111
/// Type of elements in sequence.
1212
associatedtype E

0 commit comments

Comments
 (0)