Skip to content

Commit c5d9949

Browse files
lukekarrysisaacs
authored andcommitted
docs: fix unresolved @link comments
PR-URL: #359 Credit: @lukekarrys Close: #359 Reviewed-by: @isaacs
1 parent cbdd1d0 commit c5d9949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export namespace LRUCache {
533533
*
534534
* This is the union of {@link GetOptions} and {@link SetOptions}, plus
535535
* {@link MemoOptions.forceRefresh}, and
536-
* {@link MemoerOptions.context}
536+
* {@link MemoOptions.context}
537537
*
538538
* Any of these may be modified in the {@link OptionsBase.memoMethod}
539539
* function, but the {@link GetOptions} fields will of course have no
@@ -1928,7 +1928,7 @@ export class LRUCache<K extends {}, V extends {}, FC = unknown> {
19281928

19291929
/**
19301930
* Return an array of [key, {@link LRUCache.Entry}] tuples which can be
1931-
* passed to {@link LRLUCache#load}.
1931+
* passed to {@link LRUCache#load}.
19321932
*
19331933
* The `start` fields are calculated relative to a portable `Date.now()`
19341934
* timestamp, even if `performance.now()` is available.
@@ -2628,7 +2628,7 @@ export class LRUCache<K extends {}, V extends {}, FC = unknown> {
26282628
* `cache.fetch(k)` into just an async wrapper around `cache.get(k)`) or
26292629
* because `ignoreFetchAbort` was specified (either to the constructor or
26302630
* 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
26322632
* the test even more complicated.
26332633
*
26342634
* Because inferring the cases where `undefined` might be returned are so

0 commit comments

Comments
 (0)