We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0cce5 commit 49a4d98Copy full SHA for 49a4d98
blob/azureblob/azureblob.go
@@ -76,7 +76,7 @@
76
//
77
// azureblob exposes the following types for As:
78
// - Bucket: *container.Client
79
-// - Error: *azcore.ReponseError. You can use bloberror.HasCode directly though.
+// - Error: *azcore.ResponseError. You can use bloberror.HasCode directly though.
80
// - ListObject: container.BlobItem for objects, container.BlobPrefix for "directories"
81
// - ListOptions.BeforeList: *container.ListBlobsHierarchyOptions
82
// - Reader: azblobblob.DownloadStreamResponse
0 commit comments