Skip to content

Commit b4217fb

Browse files
committed
fix warning
1 parent 1bbc199 commit b4217fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/params-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class MyClass
9999
}
100100
```
101101

102-
# Compiler Error CS0231
102+
## Compiler Error CS0231
103103

104104
A params parameter must be the last parameter in a formal parameter list.
105105

0 commit comments

Comments
 (0)