diff --git a/doc/go1.18.html b/doc/go1.18.html
index 5f6476908a..f0b4a923fb 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -483,7 +483,7 @@ Do not send CLs removing the interior tags from such phrases.
The new Writer.AvailableBuffer
method returns an empty buffer with a possibly non-empty capacity for use
with append-like APIs. After appending, the buffer can be provided to a
- succeeding Write call and possibly avoid any copying.
+ succeeding Write call and possibly avoid any copying.
@@ -531,6 +531,15 @@ Do not send CLs removing the interior tags from such phrases. +
+ The R_PPC64_RELATIVE
+ constant has been added.
+