Skip to content

Commit

Permalink
blob/azureblob: fix typo in documentation (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Sep 6, 2024
1 parent 2d0cce5 commit 49a4d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/azureblob/azureblob.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
//
// azureblob exposes the following types for As:
// - Bucket: *container.Client
// - Error: *azcore.ReponseError. You can use bloberror.HasCode directly though.
// - Error: *azcore.ResponseError. You can use bloberror.HasCode directly though.
// - ListObject: container.BlobItem for objects, container.BlobPrefix for "directories"
// - ListOptions.BeforeList: *container.ListBlobsHierarchyOptions
// - Reader: azblobblob.DownloadStreamResponse
Expand Down

0 comments on commit 49a4d98

Please sign in to comment.