Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 0c13d5b

Browse files
committed
Update jsdoc
1 parent e91fd9b commit 0c13d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FileSystem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class FileSystem {
217217

218218
/**
219219
*
220-
* Manually move or copy a file to the cache.
220+
* Manually move or copy a local file to the cache.
221221
* Can be used to pre-warm caches.
222222
* If calling this method repeatedly to cache a long list of files,
223223
* be sure to use a queue and limit concurrency so your app performance does not suffer.

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const imageCacheHoc = <P extends object>(
127127

128128
/**
129129
*
130-
* Manually move or copy a file to the cache.
130+
* Manually move or copy a local file to the cache.
131131
* Can be used to pre-warm caches.
132132
* If calling this method repeatedly to cache a long list of files,
133133
* be sure to use a queue and limit concurrency so your app performance does not suffer.

0 commit comments

Comments
 (0)