diff --git a/doc/go_spec.html b/doc/go_spec.html index 96d85a49a7a..a95ed704a03 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2897,8 +2897,8 @@ Comparison operators compare two operands and yield a value of type bool == equal != not equal -< less -<= less or equal +< less +<= less or equal > greater >= greater or equal @@ -4012,7 +4012,7 @@ the channel until the channel is closed; it does not produce the zero value sent before the channel is closed (ยงclose and closed). -

The iteration values are assigned to the respective @@ -4444,7 +4444,7 @@ At any time the following relationship holds:

-0 <= len(s) <= cap(s)
+0 <= len(s) <= cap(s)