From c1c472c47fc6441b82c78fedbb590cabdf5ce44e Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 1 Mar 2025 22:10:17 -0700 Subject: [PATCH] Remove self-link for additional info This link goes to the current page, which is not helpful --- packages/documentation/copy/en/handbook-v2/More on Functions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/documentation/copy/en/handbook-v2/More on Functions.md b/packages/documentation/copy/en/handbook-v2/More on Functions.md index 525f3cd1a6a9..4d40edb5bada 100644 --- a/packages/documentation/copy/en/handbook-v2/More on Functions.md +++ b/packages/documentation/copy/en/handbook-v2/More on Functions.md @@ -886,5 +886,4 @@ const f3 = function (): void { For more on `void` please refer to these other documentation entries: -- [v2 handbook](https://www.typescriptlang.org/docs/handbook/2/functions.html#void) - [FAQ - "Why are functions returning non-void assignable to function returning void?"](https://github.com/Microsoft/TypeScript/wiki/FAQ#why-are-functions-returning-non-void-assignable-to-function-returning-void)