From 744fcee6413d7fba1b8e755b0dfd149f289e72e5 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Mon, 6 May 2024 12:22:29 +0200 Subject: [PATCH] docs: Fix typo in operators.md --- docs/api/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/operators.md b/docs/api/operators.md index 31c7598..fd12023 100644 --- a/docs/api/operators.md +++ b/docs/api/operators.md @@ -10,7 +10,7 @@ Operators in Wonka allow you to transform values from a source before they are s Buffers emissions from an outer source and emits a buffer array of items every time an inner source (notifier) emits. -This operator can be used to group values into a arrays on a source. The emitted values will +This operator can be used to group values from a source into an array. The emitted values will be sent when a notifier fires and will be arrays of all items before the notification event. In combination with `interval` this can be used to group values in chunks regularly.