Skip to content

Commit ecb1509

Browse files
Update libs/hooks/debounce/src/lib/utils/fixed-size-expiring-cache.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Todd Baert <[email protected]>
1 parent 5aa11ce commit ecb1509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/debounce/src/lib/utils/fixed-size-expiring-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class FixedSizeExpiringCache<T> {
3737
}
3838

3939
/**
40-
* Gets a key from the cache, updating its recency.
40+
* Gets a key from the cache.
4141
*
4242
* @param key key for the entry
4343
* @returns value or key or undefined

0 commit comments

Comments
 (0)