Fix typo
Change-Id: I4db8ceaa0703aeab5b1b6737ad2f768e4ad8c89c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167442 Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Tested-by: Jenkins
This commit is contained in:
parent
4e0a5d6500
commit
6a8342d2af
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $FormatEx = $Format $Extend*;
|
|||
# Words. Alpha-numerics. Rule 5, 6, 7, 9, 10
|
||||
# - must include at least one letter.
|
||||
# - may include both letters and numbers.
|
||||
# - may include MideLetter, MidNumber punctuation.
|
||||
# - may include MidLetter, MidNumber punctuation.
|
||||
#
|
||||
$LetterSequence = $ALetterEx ($FormatEx* $ALetterEx)*; # rules #6, #7
|
||||
$LetterSequence {200};
|
||||
|
|
Loading…
Reference in a new issue