Skip to content

Commit c0fdca8

Browse files
authored
Remove the ordinal comment (#43140)
This is out of date with the number of access modifiers. Just remove the number(s). Fixes anonymous feedback.
1 parent ffa5b56 commit c0fdca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/keywords/access-modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Access modifiers are keywords used to specify the declared accessibility of a me
2727

2828
This section also introduces the following concepts:
2929

30-
- [Accessibility Levels](./accessibility-levels.md): Using the four access modifiers to declare six levels of accessibility.
30+
- [Accessibility Levels](./accessibility-levels.md): Using the access modifiers to declare levels of accessibility.
3131
- [Accessibility Domain](./accessibility-domain.md): Specifies where, in the program sections, a member can be referenced.
3232
- [Restrictions on Using Accessibility Levels](./restrictions-on-using-accessibility-levels.md): A summary of the restrictions on using declared accessibility levels.
3333

0 commit comments

Comments
 (0)