Update lib/public/LanguageModel/ILanguageModelProvider.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit ba950f7e34)
This commit is contained in:
Marcel Klehr 2023-07-07 11:51:16 +02:00
parent 22a93bfc3a
commit 7a423e416f

View file

@ -29,7 +29,7 @@ namespace OCP\LanguageModel;
use RuntimeException;
/**
* This is the minimum interface is implemented by apps that
* This is the minimum interface that is implemented by apps that
* implement a LanguageModel provider
* @since 28.0.0
*/