From ac693ee4d69c12f9135ca4ddea418d02823bed56 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 10:36:32 +0100 Subject: [PATCH] fix(richobjectstrings): Fix typo in docs Signed-off-by: Joas Schilling --- lib/public/RichObjectStrings/IValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/RichObjectStrings/IValidator.php b/lib/public/RichObjectStrings/IValidator.php index a6c82d34259..122e5ca992d 100644 --- a/lib/public/RichObjectStrings/IValidator.php +++ b/lib/public/RichObjectStrings/IValidator.php @@ -15,7 +15,7 @@ namespace OCP\RichObjectStrings; */ interface IValidator { /** - * Only alphanumeric, dash, underscore and got are allowed, starting with a character + * Only alphanumeric, dash, underscore and dot are allowed, starting with a character * @since 31.0.0 */ public const PLACEHOLDER_REGEX = '[A-Za-z][A-Za-z0-9\-_.]+'; -- 2.39.5