Skip to content

Commit e8b250f

Browse files
authored
Doc fix: TableErrorCode.ResourceNotFound (Azure#24353)
1 parent 2a91880 commit e8b250f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/Azure.Data.Tables/src/TableErrorCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public TableErrorCode(string value)
9797
/// <summary> TableNotFound.</summary>
9898
public static TableErrorCode TableNotFound { get; } = new TableErrorCode(TableNotFoundValue);
9999

100-
/// <summary> TableNotFound. </summary>
100+
/// <summary> ResourceNotFound. </summary>
101101
public static TableErrorCode ResourceNotFound { get; } = new TableErrorCode(ResourceNotFoundValue);
102102

103103
/// <summary> EntityNotFound. </summary>

0 commit comments

Comments
 (0)