From 81504edbd006ab08621e69fa418436c6f8aa5388 Mon Sep 17 00:00:00 2001 From: dsongman Date: Wed, 16 Oct 2024 15:21:36 -0700 Subject: [PATCH] Update throttle visualization --- 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 2e098e6a..3780c32f 100644 --- a/docs/curry/throttle.mdx +++ b/docs/curry/throttle.mdx @@ -33,7 +33,7 @@ the given callback after `interval` milliseconds have passed. ```sh Time: 0ms - - - - 100ms - - - - 200ms - - - - 300ms - - - - 400ms - - - - -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 x x - - - +Throttle Invocations: x x x x x x x x x x x x x x x x x - - - - - - - - - - - - - - - - - Source Invocations: x - - - - - - - - - - - - x - - - - - - - - - - - - - x - - - - - - ```