Skip to content

Commit d7f08a1

Browse files
steseeRon Petrusha
authored andcommitted
syntax highlighting of c# example code (#3261)
fixed c# syntax highlighting
1 parent 9519869 commit d7f08a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Xml.Linq/XElement.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,7 @@ Console.WriteLine(el)
420420
421421
The following example creates an element in a namespace with no content. For more information, see [Working with XML Namespaces](https://msdn.microsoft.com/library/e3003209-3234-45be-a832-47feb7927430).
422422
423-
```
424-
423+
```csharp
425424
XNamespace aw = "http://www.adventure-works.com";
426425
XElement root = new XElement(aw + "Root");
427426
Console.WriteLine(root);

0 commit comments

Comments
 (0)