fixed typo (#196)

This commit is contained in:
rex posadas
2023-03-24 03:18:11 +08:00
committed by GitHub
parent dbb7829a9f
commit 479dab3b69

View File

@@ -37,7 +37,7 @@ type ImageResponse struct {
Data []ImageResponseDataInner `json:"data,omitempty"`
}
// ImageResponseData represents a response data structure for image API.
// ImageResponseDataInner represents a response data structure for image API.
type ImageResponseDataInner struct {
URL string `json:"url,omitempty"`
B64JSON string `json:"b64_json,omitempty"`