mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Update src/utils/Singleflight.ts to support English
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
d23f66bb47
commit
20586e52bc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const keyMap = new EnhancedMap<Object, EnhancedMap<string, unknown>>();
|
|||
* to disable a button, however it would be capable of returning a Promise
|
||||
* from the first call.
|
||||
*
|
||||
* The result of the function call are cached indefinitely, just in case a
|
||||
* The result of the function call is cached indefinitely, just in case a
|
||||
* second call comes through late. There are various functions named "forget"
|
||||
* to have the cache be cleared of a result.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue