Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 7921403

Browse files
Merge pull request #945 from kmoe/master
Minor documentation correction: remove duplicate sentence
2 parents 985f1eb + 655b422 commit 7921403

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

doc/api/core/operators/buffer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
### `Rx.Observable.prototype.buffer()`
22
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/dist/rx.coincidence.js#L572-L585 "View in source")
33

4-
The `buffer` periodically gather items emitted by an Observable into buffers and emit these buffers rather than emitting the items one at a time.
5-
64
The `buffer` method periodically gathers items emitted by a source Observable into buffers, and emits these buffers as its own emissions.
75

86
Note that if the source Observable issues an `onError` notification, `buffer` will pass on this notification immediately without first emitting the buffer it is in the process of assembling, even if that buffer contains items that were emitted by the source Observable before it issued the error notification.

0 commit comments

Comments
 (0)