Skip to content

Commit 345d734

Browse files
authored
use Parameter instead of Param (#43120)
1 parent f747d15 commit 345d734

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/attributes

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/attributes/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `AttributeUsage` attribute determines how a custom attribute class can be us
8383
- Field
8484
- Event
8585
- Method
86-
- Param
86+
- Parameter
8787
- Property
8888
- Return
8989
- Type

0 commit comments

Comments
 (0)