From c34d8d1f9c4bf15a9469e2dcbf365e59beaaa149 Mon Sep 17 00:00:00 2001 From: Ante Gulin <8070595+4nte@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:10:54 +0100 Subject: [PATCH] doc: fix broken link for issue #46477 --- _content/doc/go1.22.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/doc/go1.22.html b/_content/doc/go1.22.html index d2e042b06d..1c0285e536 100644 --- a/_content/doc/go1.22.html +++ b/_content/doc/go1.22.html @@ -615,7 +615,7 @@

Minor changes to the library

The new representation retains the intermediate Alias. This enables improved error reporting (the name of a type alias can be reported), and allows for better handling of cyclic type declarations involving type aliases. - In a future release, Alias types will also carry type parameter information. + In a future release, Alias types will also carry type parameter information. The new function Unalias returns the actual type denoted by an Alias type (or any other Type for that matter).