@@ -533,7 +533,7 @@ export namespace LRUCache {
533
533
*
534
534
* This is the union of {@link GetOptions} and {@link SetOptions}, plus
535
535
* {@link MemoOptions.forceRefresh}, and
536
- * {@link MemoerOptions .context}
536
+ * {@link MemoOptions .context}
537
537
*
538
538
* Any of these may be modified in the {@link OptionsBase.memoMethod}
539
539
* function, but the {@link GetOptions} fields will of course have no
@@ -1928,7 +1928,7 @@ export class LRUCache<K extends {}, V extends {}, FC = unknown> {
1928
1928
1929
1929
/**
1930
1930
* Return an array of [key, {@link LRUCache.Entry}] tuples which can be
1931
- * passed to {@link LRLUCache #load}.
1931
+ * passed to {@link LRUCache #load}.
1932
1932
*
1933
1933
* The `start` fields are calculated relative to a portable `Date.now()`
1934
1934
* timestamp, even if `performance.now()` is available.
@@ -2628,7 +2628,7 @@ export class LRUCache<K extends {}, V extends {}, FC = unknown> {
2628
2628
* `cache.fetch(k)` into just an async wrapper around `cache.get(k)`) or
2629
2629
* because `ignoreFetchAbort` was specified (either to the constructor or
2630
2630
* in the {@link LRUCache.FetchOptions}). Also, the
2631
- * {@link OptionsBase.fetchMethod} may return `undefined` or `void`, making
2631
+ * {@link LRUCache. OptionsBase.fetchMethod} may return `undefined` or `void`, making
2632
2632
* the test even more complicated.
2633
2633
*
2634
2634
* Because inferring the cases where `undefined` might be returned are so
0 commit comments