Skip to content

2.x: Fix Observable.singleElement doc #4989

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

Merged
merged 1 commit into from
Jan 13, 2017

Conversation

ikesyo
Copy link
Contributor

@ikesyo ikesyo commented Jan 13, 2017

Fixes a subtle documentation bug. Observable.singleElement returns Maybe<T>, not Observable<T>.

@codecov-io
Copy link

codecov-io commented Jan 13, 2017

Current coverage is 95.47% (diff: 100%)

Merging #4989 into 2.x will decrease coverage by 0.05%

@@                2.x      #4989   diff @@
==========================================
  Files           592        592          
  Lines         37969      37969          
  Methods           0          0          
  Messages          0          0          
  Branches       5752       5752          
==========================================
- Hits          36273      36251    -22   
- Misses          737        752    +15   
- Partials        959        966     +7   

Powered by Codecov. Last update d1cd153...72bf8dd

@akarnokd akarnokd added this to the 2.0 backlog milestone Jan 13, 2017
@akarnokd
Copy link
Member

Thanks!

@akarnokd akarnokd merged commit cd45675 into ReactiveX:2.x Jan 13, 2017
@ikesyo ikesyo deleted the fix-observable-singleelement-doc branch January 13, 2017 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants