]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(richobjectstrings): Fix typo in docs bugfix/noid/validate-parameter-keys 49116/head
authorJoas Schilling <coding@schilljs.com>
Thu, 7 Nov 2024 09:36:32 +0000 (10:36 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 7 Nov 2024 09:36:32 +0000 (10:36 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/RichObjectStrings/IValidator.php

index a6c82d342592ce9ea5ba67776b6822d5e556c22b..122e5ca992d7d02073fddcc8816d069603942ac8 100644 (file)
@@ -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\-_.]+';