Skip to content

Commit

Permalink
Fix introspection typo in observer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 18, 2017
1 parent caf904a commit 79e6dbf
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 AutoDisposingObserver<T> extends Observer<T>, Disposable {

/**
* @return The delegate {@link Observer} that is used under the hood for introspection purpose.
* @return The delegate {@link Observer} 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 79e6dbf

Please sign in to comment.