Skip to content

Commit 49a4d98

Browse files
authored
blob/azureblob: fix typo in documentation (#3481)
1 parent 2d0cce5 commit 49a4d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blob/azureblob/azureblob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//
7777
// azureblob exposes the following types for As:
7878
// - Bucket: *container.Client
79-
// - Error: *azcore.ReponseError. You can use bloberror.HasCode directly though.
79+
// - Error: *azcore.ResponseError. You can use bloberror.HasCode directly though.
8080
// - ListObject: container.BlobItem for objects, container.BlobPrefix for "directories"
8181
// - ListOptions.BeforeList: *container.ListBlobsHierarchyOptions
8282
// - Reader: azblobblob.DownloadStreamResponse

0 commit comments

Comments
 (0)