Skip to content

Commit b0bec7f

Browse files
authored
Update XmlNode.xml (dotnet#9113)
The example output contains an erroneous space: <markup /> should be <markup/>
1 parent ab8f715 commit b0bec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Xml/XmlNode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ Display the InnerXml of the element...
10421042
some text<child />more text
10431043
<elem>Text containing &lt;markup/&gt; will have char(&lt;) and char(&gt;) escape
10441044
d.</elem>
1045-
<elem>Text containing <markup />.</elem>
1045+
<elem>Text containing <markup/>.</elem>
10461046
```
10471047
10481048
]]></format>

0 commit comments

Comments
 (0)