Skip to content

Commit fc8cb8d

Browse files
author
Nicholas Piazza
authored
Fix typo in DBDataPermission.xml (dotnet#7853)
In Clear method definition, correct typo "previous" to "previously".
1 parent e564166 commit fc8cb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.Common/DBDataPermission.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
</ReturnValue>
377377
<Parameters />
378378
<Docs>
379-
<summary>Removes all permissions that were previous added using the <see cref="M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)" /> method.</summary>
379+
<summary>Removes all permissions that were previously added using the <see cref="M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)" /> method.</summary>
380380
<remarks>To be added.</remarks>
381381
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
382382
</Docs>

0 commit comments

Comments
 (0)