Skip to content

Commit

Permalink
Correction of incorrect function names in comments (sashabaranov#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEXAI authored Mar 6, 2023
1 parent ba6fd51 commit 71f9f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71f9f15

Please sign in to comment.