Skip to content

Commit 7246335

Browse files
authored
Doc typo in TableSasPermissions (Azure#24816)
1 parent c5738f3 commit 7246335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/Azure.Data.Tables/src/Sas/TableSasPermissions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Azure.Data.Tables.Sas
99
{
1010
/// <summary>
1111
/// <see cref="TableSasPermissions"/> contains the list of
12-
/// permissions that can be set for a file's access policy. Use
12+
/// permissions that can be set for a table's access policy. Use
1313
/// <see cref="TableSasBuilder.SetPermissions(TableSasPermissions)"/>
1414
/// to set the permissions on the <see cref="TableSasBuilder"/>.
1515
/// </summary>

0 commit comments

Comments
 (0)