diff --git a/src/encoding/xml/xml.go b/src/encoding/xml/xml.go index 452caefab4..bc1a658bc5 100644 --- a/src/encoding/xml/xml.go +++ b/src/encoding/xml/xml.go @@ -167,8 +167,8 @@ type Decoder struct { // // Setting: // - // d.Strict = false; - // d.AutoClose = HTMLAutoClose; + // d.Strict = false + // d.AutoClose = HTMLAutoClose // d.Entity = HTMLEntity // // creates a parser that can handle typical HTML.