From 71f9f15e9e2d61716ce149a7aae4a7ba3a09130a Mon Sep 17 00:00:00 2001 From: Afeyer Date: Mon, 6 Mar 2023 14:51:20 +0800 Subject: [PATCH] Correction of incorrect function names in comments (#125) --- audio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio.go b/audio.go index 1ba8438e2..54bd32fdb 100644 --- a/audio.go +++ b/audio.go @@ -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,