We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea87611 commit a1a868fCopy full SHA for a1a868f
src/main/java/rx/Observable.java
@@ -96,7 +96,7 @@ public final static <T> Observable<T> create(OnSubscribe<T> f) {
96
}
97
98
/**
99
- * Invoked when Obserable.subscribe is called.
+ * Invoked when Observable.subscribe is called.
100
*/
101
public interface OnSubscribe<T> extends Action1<Subscriber<? super T>> {
102
// cover for generics insanity
0 commit comments