Skip to content

Commit e521624

Browse files
Apply suggestion from @gemini-code-assist[bot]
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 d88cf36 commit e521624

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
@@ -40,7 +40,7 @@ export class FixedSizeExpiringCache<T> {
4040
}
4141

4242
/**
43-
* Gets a key from the cache, updating its recency.
43+
* Gets a key from the cache.
4444
*
4545
* @param key key for the entry
4646
* @returns value or key or undefined

0 commit comments

Comments
 (0)