fix(richobjectstrings): Fix typo in docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/49116/head
Joas Schilling 1 year ago
parent 5faa6e48e5
commit ac693ee4d6
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 2
      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\-_.]+';

Loading…
Cancel
Save