Skip to content

Commit 5d857a8

Browse files
LEI-HongfaanRon Petrusha
authored andcommitted
Update AuthorizationRuleCollection.xml (#1486)
Typo fix.
1 parent 01c3631 commit 5d857a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.AccessControl/AuthorizationRuleCollection.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<Parameter Name="rule" Type="System.Security.AccessControl.AuthorizationRule" />
8181
</Parameters>
8282
<Docs>
83-
<param name="rule">The <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to add to the collection.</param>
84-
<summary>Adds an <see cref="T:System.Web.Configuration.AuthorizationRule" /> object to the collection.</summary>
83+
<param name="rule">The <see cref="T:System.Security.AccessControl.AuthorizationRule" /> object to add to the collection.</param>
84+
<summary>Adds an <see cref="T:System.Security.AccessControl.AuthorizationRule" /> object to the collection.</summary>
8585
<remarks>To be added.</remarks>
8686
</Docs>
8787
</Member>
@@ -298,4 +298,4 @@
298298
</Docs>
299299
</Member>
300300
</Members>
301-
</Type>
301+
</Type>

0 commit comments

Comments
 (0)