Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Observable.doOnCompleted name match Completable.doOnComplete in 1.x #3700

Closed
zach-klippenstein opened this issue Feb 12, 2016 · 1 comment
Labels

Comments

@zach-klippenstein
Copy link

Observable has a doOnCompleted method (past tense), and Completable has doOnComplete (present tense). The 2.x branch changes Observable's method to be present tense. The 1.x branch can add alias the past tense method in Observable and deprecate it.

I'm happy to make the change if this is approved.

@akarnokd
Copy link
Member

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants