Skip to content

Commit

Permalink
align doc text
Browse files Browse the repository at this point in the history
  • Loading branch information
dormeiri committed Dec 6, 2023
1 parent d1e344e commit 830cbf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type Options = {
await throttled();
//=> Executing...
//=> Executing...
//=> Reached the interval limit, the call is delayed
//=> Reached interval limit, call is delayed
//=> Executing...
```
*/
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ await throttled();
await throttled();
//=> Executing...
//=> Executing...
//=> Reached the interval limit, the call is delayed
//=> Reached interval limit, call is delayed
//=> Executing...
```

Expand Down

0 comments on commit 830cbf2

Please sign in to comment.