Skip to content

Commit

Permalink
Fix small README.md typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
aryzing committed Nov 9, 2023
1 parent bddf622 commit cd19b57
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 @@ -128,7 +128,7 @@ execution if an immediate value was returned),
the mutex is released. `runExclusive` returns a promise that adopts the state of the function result.

The mutex is released and the result rejected if an exception occurs during execution
if the callback.
of the callback.

### Manual locking / releasing

Expand Down

0 comments on commit cd19b57

Please sign in to comment.