Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolosay committed Sep 8, 2023
2 parents 1045b84 + d0154fa commit db742a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The main difference between them is the moment when debouncing timeout starts.
For `debounced()` timeout starts right after an execution of the action.
It suits for cases without any lasting async work.

For `DebounceStateIdentity.debounce()` it is you who decides when to start a release timeout.
For `DebounceStateIdentity.debounce()` it is you who decide when to start a release timeout.
It's a right choice for actions which perform lasting async work.

> [!NOTE]
Expand Down

0 comments on commit db742a8

Please sign in to comment.