We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5eb53 commit 48929eaCopy full SHA for 48929ea
snippets/csharp/System.Xml/XmlElement/InnerText/source.cs
@@ -36,6 +36,6 @@ public static void Main() {
36
// some textmore text
37
// Display the InnerXml of the element...
38
// some text<child />more text
39
-// <elem>Text containing <markup/> will have char(<) and char(>) escaped.</elem>
+// <elem>Text containing &lt;markup/&gt; will have char(&lt;) and char(&gt;) escaped.</elem>
40
// <elem>Text containing <markup />.</elem>
41
// </Snippet1>
0 commit comments