From d4ba2f27e187897a59b65987556cd48eb3432f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Rish=C3=B8j?= Date: Sun, 21 Jul 2024 22:42:42 +0200 Subject: [PATCH] reflect new name --- docs/curry/throttle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curry/throttle.mdx b/docs/curry/throttle.mdx index ae460f44..048d86a1 100644 --- a/docs/curry/throttle.mdx +++ b/docs/curry/throttle.mdx @@ -32,7 +32,7 @@ Throttle Invocations: x x x x x x x x x x x x x x x x x x x x x x x x x x x x x Source Invocations: x - - - - - - - - - - - - x - - - - - - - - - - - - - x - - - - - - ``` -If the `falling` option is set to `true`, the source function will be called again after +If the `trailing` option is set to `true`, the source function will be called again after `interval` if any invocations were made during the throttled period. ```sh