Skip to content

Commit

Permalink
fix line number
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed Mar 10, 2024
1 parent 478cdbd commit 45caf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/Avalonia/docs/Beginner/2. Xml namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Generally the default is avalonia namespace which contains built-in components l

`using:AvaloniaApplication` imports the namespace from **specific project**, so `local:` is available to access the types from the project.

```xml{3,9-11}
```xml{4,8-10}
<Application xmlns="/~https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="AvaloniaApplication.App"
Expand Down

0 comments on commit 45caf18

Please sign in to comment.