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 - - - - - - ```