Skip to content

Commit 5c8f397

Browse files
committed
chore: comment
1 parent 1dcd362 commit 5c8f397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-loaders/tests-defineLoader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function _defineVueFireLoader(path: string, docOrCollectionOrQuery: () => unknow
7979

8080
// then we have the entry
8181
// each entry will have a way to access the pending location based on the current navigation
82-
// should that be a weakmap with `to` as the key?
82+
// should that be a WeakMap with `to` as the key?
8383
}
8484

8585
export interface VueFireLoaderEntry<isLazy extends boolean, Data> extends DataLoaderEntryBase<isLazy, Data> {

0 commit comments

Comments
 (0)