Skip to content

Commit 721b508

Browse files
authored
Fix comment to reference TaggedBlobItem instead of FilteredBlobItem (Azure#29618)
1 parent 2f592cc commit 721b508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/storage/Azure.Storage.Blobs/src/Models/TaggedBlobItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public class TaggedBlobItem
2626
public Tags Tags { get; internal set; }
2727

2828
/// <summary>
29-
/// Prevent direct instantiation of FilterBlobItem instances.
30-
/// You can use BlobsModelFactory.FilterBlobItem instead.
29+
/// Prevent direct instantiation of TaggedBlobItem instances.
30+
/// You can use BlobsModelFactory.TaggedBlobItem instead.
3131
/// </summary>
3232
internal TaggedBlobItem() { }
3333
}

0 commit comments

Comments
 (0)