diff --git a/src/index.ts b/src/index.ts index 1687272..a64be9b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ export * from './someInterface'; /** - * Calls {@link SomeInterface#someFunction | someFunction} + * Calls {@link SomeInterface#someFunction:WITHNUMBER | someFunction} */ export function doStuff() { /* ... */