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).