mirror of https://github.com/golang/go.git
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:
parent
d9665d2381
commit
2f46dfb271
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue