encoding/xml: remove some primordial semicolons

Change-Id: I23e5d87648a4091fb4f6616bf80aa6c800974900
Reviewed-on: https://go-review.googlesource.com/127662
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Brad Fitzpatrick 2018-08-02 20:17:21 +00:00
parent d9665d2381
commit 2f46dfb271

View file

@ -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.