Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teivah committed Feb 18, 2020
1 parent 852deb6 commit a0acd5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion observable.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ type Observable interface {
OnErrorReturnItem(resume interface{}, opts ...Option) Observable
Reduce(apply Func2, opts ...Option) OptionalSingle
Repeat(count int64, frequency Duration, opts ...Option) Observable
// TODO Add backoff retry
Retry(count int, opts ...Option) Observable
Run(opts ...Option) Disposed
Sample(iterable Iterable, opts ...Option) Observable
Expand Down

0 comments on commit a0acd5f

Please sign in to comment.