Skip to content

Commit cb70f6c

Browse files
author
Nicholas Piazza
authored
Grammar - Delete unneeded "the" (dotnet#7366)
In the AccessRule class definition, changed "...information about the how the rule..." to "...information about how the rule..."
1 parent 710560d commit cb70f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.AccessControl/AccessRule.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Base>
2424
<Interfaces />
2525
<Docs>
26-
<summary>Represents a combination of a user's identity, an access mask, and an access control type (allow or deny). An <see cref="T:System.Security.AccessControl.AccessRule" /> object also contains information about the how the rule is inherited by child objects and how that inheritance is propagated.</summary>
26+
<summary>Represents a combination of a user's identity, an access mask, and an access control type (allow or deny). An <see cref="T:System.Security.AccessControl.AccessRule" /> object also contains information about how the rule is inherited by child objects and how that inheritance is propagated.</summary>
2727
<remarks>To be added.</remarks>
2828
</Docs>
2929
<Members>

0 commit comments

Comments
 (0)