Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Fix typo in operators.md (#171)

authored by

Jan Amann and committed by
GitHub
ff7e103b f00ba1c0

+1 -1
+1 -1
docs/api/operators.md
··· 10 10 Buffers emissions from an outer source and emits a buffer array of items every time an 11 11 inner source (notifier) emits. 12 12 13 - This operator can be used to group values into a arrays on a source. The emitted values will 13 + This operator can be used to group values from a source into an array. The emitted values will 14 14 be sent when a notifier fires and will be arrays of all items before the notification event. 15 15 16 16 In combination with `interval` this can be used to group values in chunks regularly.