Skip to content

Commit f41cf66

Browse files
authored
Merge pull request #42 from ahass/patch-1
Update enum-naming.md
2 parents be34c63 + bcc9da1 commit f41cf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/enum-naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# C# Naming Convention > Enum Naming
1+
# C# Naming Convention > Constant Naming
22

33
## PascalCase
44
- Begin with an uppercase letter
@@ -9,4 +9,4 @@
99

1010
```c#
1111
private const int StudentCount = 42;
12-
```
12+
```

0 commit comments

Comments
 (0)