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

Error Operator doc error #269

Closed
arlor opened this issue Nov 13, 2020 · 0 comments · Fixed by #272
Closed

Error Operator doc error #269

arlor opened this issue Nov 13, 2020 · 0 comments · Fixed by #272
Assignees

Comments

@arlor
Copy link

arlor commented Nov 13, 2020

it says "Return the eventual Observable error." , but it should be "Return the initial Observable error."

err := rxgo.Just(1, 2, errors.New("foo"), errors.New("baz"))().Error()
fmt.Println(err)

Output:

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

Successfully merging a pull request may close this issue.

2 participants