Skip to content

Commit dcaaa11

Browse files
Edits
1 parent 61b0bde commit dcaaa11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/storage-blob-client-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func getClient(accountName string) *azblob.Client {
187187
}
188188
```
189189

190-
Instances of `azblob.Client` provide methods for manipulating blob containers and blobs within a storage account. The storage account endpoint is specified when constructing the client object.
190+
Instances of `azblob.Client` provide methods for working with containers and blobs within a storage account. The storage account endpoint is specified when constructing the client object.
191191

192192
---
193193

@@ -247,7 +247,7 @@ func getBlobContainerClient(client *azblob.Client, containerName string) *azblob
247247
}
248248
```
249249

250-
Instances of `azblob.Client` provide methods for working with blob containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `ContainerClient` instance.
250+
Instances of `azblob.Client` provide methods for working with containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `ContainerClient` instance.
251251

252252
---
253253

@@ -391,7 +391,7 @@ func getBlobClient(client *azblob.Client, containerName string, blobName string)
391391
}
392392
```
393393
394-
Instances of `azblob.Client` provide methods for working with blob containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `BlobClient` instance.
394+
Instances of `azblob.Client` provide methods for working with containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `BlobClient` instance.
395395
396396
---
397397

0 commit comments

Comments
 (0)