diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/go_spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index 3405b7d887..49533b067d 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1365,7 +1365,7 @@ type ReadCloser interface { } </pre> -<h4 id="Generenal_interfaces">General interfaces</h4> +<h4 id="General_interfaces">General interfaces</h4> <p> In their most general form, an interface element may also be an arbitrary type term |