Skip to content

Commit 09771a2

Browse files
Merge pull request #289168 from pauljewellmsft/patch-2
Update storage-blobs-list-go.md
2 parents cebc403 + 2fa76b3 commit 09771a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blobs-list-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you name your blobs using a delimiter, then you can choose to list blobs hier
7070

7171
By default, a listing operation returns blobs in a flat listing. In a flat listing, blobs aren't organized by virtual directory.
7272

73-
The following example lists the blobs in the specified container using a flat listing. This example blob snapshots and blob versions, if they exist:
73+
The following example lists the blobs in the specified container using a flat listing. This example includes blob snapshots and blob versions, if they exist:
7474

7575
:::code language="go" source="~/blob-devguide-go/cmd/list-blobs/list_blobs.go" id="snippet_list_blobs_flat":::
7676

@@ -150,4 +150,4 @@ The Azure SDK for Go contains libraries that build on top of the Azure REST API,
150150
- [Enumerating Blob Resources](/rest/api/storageservices/enumerating-blob-resources)
151151
- [Blob versioning](versioning-overview.md)
152152

153-
[!INCLUDE [storage-dev-guide-next-steps-go](../../../includes/storage-dev-guides/storage-dev-guide-next-steps-go.md)]
153+
[!INCLUDE [storage-dev-guide-next-steps-go](../../../includes/storage-dev-guides/storage-dev-guide-next-steps-go.md)]

0 commit comments

Comments
 (0)