Correction of incorrect function names in comments (#125)

This commit is contained in:
Afeyer
2023-03-06 14:51:20 +08:00
committed by GitHub
parent ba6fd510c9
commit 71f9f15e9e

View File

@@ -35,7 +35,7 @@ func (c *Client) CreateTranscription(
return
}
// CreateTranscription — API call to create a transcription. Returns transcribed text.
// CreateTranslation — API call to translate audio into English.
func (c *Client) CreateTranslation(
ctx context.Context,
request AudioRequest,