aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings/IValidator.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/RichObjectStrings/IValidator.php')
-rw-r--r--lib/public/RichObjectStrings/IValidator.php2
1 files changed, 1 insertions, 1 deletions
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\-_.]+';