diff --git a/doc/go_spec.html b/doc/go_spec.html
index 301fdb3cf1..a65e466fe4 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -4491,7 +4491,7 @@ the type parameters of the functions that need to be instantiated
and for which no explicit type arguments is provided.
These type parameters are called bound type parameters.
For instance, in the dedup example above, the type parameters
-P and E are bound to dedup.
+S and E are bound to dedup.
An argument to a generic function call may be a generic function itself.
The type parameters of that function are included in the set of bound
type parameters.