diff --git a/doc/go1.18.html b/doc/go1.18.html
index e4e0d2300d..15cec4e1f0 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -41,10 +41,6 @@ Do not send CLs removing the interior tags from such phrases.
For details see the language spec.
- -
- The new token
~ is added to the set of
- operators and punctuation.
-
-
The syntax for
Function and
@@ -52,6 +48,14 @@ Do not send CLs removing the interior tags from such phrases.
now accepts
type parameters.
+ -
+ Parameterized functions and types can be instantiated by following them with a list of
+ type arguments in square brackets.
+
+ -
+ The new token
~ has been added to the set of
+ operators and punctuation.
+
-
The syntax for
Interface types
@@ -60,10 +64,6 @@ Do not send CLs removing the interior tags from such phrases.
as type constraints.
An interface now defines a set of types as well as a set of methods.
- -
- Parameterized functions and types can be instantiated by following them with a list of
- type arguments in square brackets.
-
-
The new
predeclared identifier