Skip to content

Commit 8fda919

Browse files
authored
Update cs0132 static constructors (#48907)
* Update access-modifiers.md Added description for file access type modifier * Update cs0132.md
1 parent 69dbaff commit 8fda919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/misc/cs0132.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: e8ad1281-2912-4b6a-b2af-a319a23ddd16
1212

1313
'constructor' : a static constructor must be parameterless
1414

15-
A [static](../language-reference/keywords/static.md) constructor cannot be declared with one or more parameters. For more information, see [Constructors](../programming-guide/classes-and-structs/constructors.md).
15+
A [static](../language-reference/keywords/static.md) constructor cannot be declared with one or more parameters. For more information, see [Static Constructors](../programming-guide/classes-and-structs/static-constructors.md).
1616

1717
The following sample generates CS0132:
1818

0 commit comments

Comments
 (0)