Skip to content

Commit 71f9f15

Browse files
authored
Correction of incorrect function names in comments (#125)
1 parent ba6fd51 commit 71f9f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (c *Client) CreateTranscription(
3535
return
3636
}
3737

38-
// CreateTranscription — API call to create a transcription. Returns transcribed text.
38+
// CreateTranslation — API call to translate audio into English.
3939
func (c *Client) CreateTranslation(
4040
ctx context.Context,
4141
request AudioRequest,

0 commit comments

Comments
 (0)