From b0826572521c21ebf17b00422cca5dd65f7a69cd Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 17 Apr 2023 16:43:28 +0200 Subject: [PATCH] Update lib/public/SpeechToText/ISpeechToTextManager.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr --- lib/public/SpeechToText/ISpeechToTextManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php index 062f500b59c..db1502a4e71 100644 --- a/lib/public/SpeechToText/ISpeechToTextManager.php +++ b/lib/public/SpeechToText/ISpeechToTextManager.php @@ -56,7 +56,7 @@ interface ISpeechToTextManager { /** * @since 27.0.0 * @param File $file The media file to transcribe - * @returns string The transcription of the the passed media file + * @returns string The transcription of the passed media file * @throws PreConditionNotMetException If no provider was registered but this method was still called * @throws InvalidArgumentException If the file could not be found or is not of a supported type * @throws RuntimeException If the transcription failed for other reasons -- 2.39.5