diff --git a/doc/go1.11.html b/doc/go1.11.html index 87c687cb64..41853ec3a6 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -453,8 +453,9 @@ for k := range m {
debug/elf

- More ELFOSABI and EM constants have - been added. + More ELFOSABI + and EM + constants have been added.

@@ -482,8 +483,9 @@ for k := range m {

The Reader now rejects attempts to set - the Comma field to a double-quote character, as - double-quote characters already have a special meaning in CSV. + the Comma + field to a double-quote character, as double-quote characters + already have a special meaning in CSV.