Skip to content

Commit d8db4cb

Browse files
nit: corrected JSDoc SafePromise link
1 parent 789d97c commit d8db4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tsHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export type SafePromise<T> = Promise<T> & {
217217
}
218218

219219
/**
220-
* Properly wraps a Promise as a @link {SafePromise} with .catch(fallback).
220+
* Properly wraps a Promise as a {@link SafePromise} with .catch(fallback).
221221
*/
222222
export function asSafePromise<Resolved, Rejected>(
223223
promise: Promise<Resolved>,

0 commit comments

Comments
 (0)