Skip to content

Commit

Permalink
docs: 🐛 change a tab to blank to align
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf authored Dec 4, 2022
1 parent a8af82e commit a5249f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/languages/CSharp/CSharp_1_basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ C# 的类型分为两种:值类型和引用类型(以及指针类型)。
```c#
public struct Point
{
public int x;
public int x;
public int y;
}
```
Expand Down

0 comments on commit a5249f3

Please sign in to comment.