Skip to content

Commit 2abb3cd

Browse files
committed
Don't @link across packages
in case web documentation generation disallows it.
1 parent 94ffc7b commit 2abb3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores/widgets/StopGapWidgetDriver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,10 @@ export class StopGapWidgetDriver extends WidgetDriver {
693693
}
694694

695695
/**
696-
* Expresses a {@link MatrixError} as a {@link IWidgetApiErrorResponseDataDetails}
696+
* Expresses a {@link MatrixError} as a JSON payload
697697
* for use by Widget API error responses.
698698
* @param error The error to handle.
699-
* @returns The error expressed as a {@link IWidgetApiErrorResponseDataDetails},
699+
* @returns The error expressed as a JSON payload,
700700
* or undefined if it is not a {@link MatrixError}.
701701
*/
702702
public processError(error: unknown): IWidgetApiErrorResponseDataDetails | undefined {

0 commit comments

Comments
 (0)