diff --git a/doc/go_spec.html b/doc/go_spec.html index cbcaf3a338..8aea636c6b 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1885,7 +1885,7 @@ interface{ ~[]byte | myString } // bytestring
Note that bytestring is not a real type; it cannot be used to declare
-variables are compose other types. It exists solely to describe the behavior of some
+variables or compose other types. It exists solely to describe the behavior of some
operations that read from a sequence of bytes, which may be a byte slice or a string.