Skip to content

Commit

Permalink
reflect new name
Browse files Browse the repository at this point in the history
  • Loading branch information
crishoj committed Jul 21, 2024
1 parent 4bc45f9 commit d4ba2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/curry/throttle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4ba2f2

Please sign in to comment.