Skip to content

Commit fa102a5

Browse files
authored
docs: fix @see link to MatcherPattern in param parsers (#2764)
1 parent 7a4c8ea commit fa102a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/router/src/experimental/route-resolver/matchers/param-parsers

packages/router/src/experimental/route-resolver/matchers/param-parsers/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type {
22
MatcherQueryParamsValue,
3-
// @ts-ignore: actually used in jsdoc, sometimes works in TS, sometimes doesn't...
43
MatcherPattern,
54
} from '../matcher-pattern'
65

@@ -21,7 +20,7 @@ import type {
2120
* navigating: `router.push({ params: {}})` it's sometimes more permissive than
2221
* TParam, for example allowing nullish values
2322
*
24-
* @see {MatcherPattern}
23+
* @see {@link MatcherPattern}
2524
*/
2625
export interface ParamParser<
2726
// the final type in route.params

0 commit comments

Comments
 (0)