Skip to content

Commit edec45d

Browse files
committed
jsdoc: Clarify LinkResolver description slightly
1 parent b7936ba commit edec45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Task/LinkResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export type GetFirstLinkpathDestFn = (rawLink: Reference, sourcePath: string) =>
55
const defaultGetFirstLinkpathDestFn = (_rawLink: Reference, _sourcePath: string) => null;
66

77
/**
8-
* An abstraction to populate {@link Link.destinationPath}.
8+
* An abstraction to implement {@link Link.destinationPath}.
99
*
1010
* See also:
1111
* - `src/main.ts` - search for `LinkResolver.getInstance()`

0 commit comments

Comments
 (0)