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.
2 parents ea87611 + a1a868f commit cfeb5ebCopy full SHA for cfeb5eb
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