Skip to content

Commit 83bc79d

Browse files
committed
remove comment syntax
1 parent 292b0be commit 83bc79d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

xml/System.Xml/XmlDocument.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,14 +1032,14 @@ The following example creates a new element and adds it to the document.
10321032
The example produces the following output:
10331033
10341034
```output
1035-
' The example displays the following output:
1036-
'
1037-
' Display the modified XML...
1038-
' <?xml version="1.0" encoding="utf-8"?>
1039-
' <book genre="novel" ISBN="1-861001-57-5">
1040-
' <title>Pride And Prejudice</title>
1041-
' <price>19.95</price>
1042-
' </book>
1035+
The example displays the following output:
1036+
1037+
Display the modified XML...
1038+
<?xml version="1.0" encoding="utf-8"?>
1039+
<book genre="novel" ISBN="1-861001-57-5">
1040+
<title>Pride And Prejudice</title>
1041+
<price>19.95</price>
1042+
</book>
10431043
```
10441044
10451045
]]></format>

0 commit comments

Comments
 (0)