Skip to content

Commit 58c8126

Browse files
authored
Merge pull request #537 from moreal/kv-cache-docs-typo
Fix kvCache JSDoc to reference KvStore instead of Deno.Kv
2 parents 389bf8a + 2d08421 commit 58c8126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fedify/src/utils/kv-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export interface KvCacheParameters {
8383
}
8484

8585
/**
86-
* Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
86+
* Decorates a {@link DocumentLoader} with a cache backed by a {@link KvStore}.
8787
* @param parameters The parameters for the cache.
8888
* @returns The decorated document loader which is cache-enabled.
8989
*/

0 commit comments

Comments
 (0)