Skip to content

Commit

Permalink
Fix introspection typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 18, 2017
1 parent bd22bc2 commit caf904a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public interface AutoDisposingCompletableObserver extends CompletableObserver, Disposable {

/**
* @return The delegate {@link CompletableObserver} that is used under the hood forintrospection
* @return The delegate {@link CompletableObserver} that is used under the hood for introspection
* purposes. This will be updated once LambdaIntrospection is out of @Experimental in RxJava.
*/
@Experimental
Expand Down

0 comments on commit caf904a

Please sign in to comment.