aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding')
-rw-r--r--src/encoding/xml/xml.go4
1 files changed, 2 insertions, 2 deletions
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.