Skip to content

Commit 5bf61c5

Browse files
Edits
1 parent d9eaa92 commit 5bf61c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The following examples show how to create a blob client to interact with a speci
283283
## [.NET](#tab/dotnet)
284284
285285
```csharp
286-
BlobClient GetBlobClient(
286+
public BlobClient GetBlobClient(
287287
BlobServiceClient blobServiceClient,
288288
string containerName,
289289
string blobName)

0 commit comments

Comments
 (0)