docs: fix some comments

This commit is contained in:
yumeiyin
2024-05-24 21:39:40 +02:00
committed by GitHub
parent 8f1c309c81
commit 2257c03391
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ type UploadResponse struct {
Uploads []UploadInfo `json:"data"`
}
// WriteMetadataRequest is is used to write metadata for a
// WriteMetadataRequest is used to write metadata for a
// single item
type WriteMetadataRequest struct {
Data WriteMetadata `json:"data"`