diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-10 12:05:38 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-11 14:00:23 +0100 |
commit | 58a6ecde5196636896108b9d69eb975320047edf (patch) | |
tree | 54259cefebf99a7c873f43def9d2ae2c2a2db5ad /source/text/shared/01 | |
parent | a0872eddb8cdcf166793ddc950d05d2634a76810 (diff) |
Fix typos
Change-Id: I7cb128508b827261e82fa6ca90d4c13d97b6e825
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86556
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/01')
-rw-r--r-- | source/text/shared/01/02100001.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index 1f4b2dc771..36df46fb59 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -218,7 +218,7 @@ <paragraph id="par_id3151289" localize="false" role="tablecontent">{N,M}</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3147317" role="tablecontent">The post-fix repetition operator that specifies a range (minimum of "N" to a maximum of "M") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, "tre{1,2}" marches "tre" and "tree".</paragraph> + <paragraph xml-lang="en-US" id="par_id3147317" role="tablecontent">The post-fix repetition operator that specifies a range (minimum of "N" to a maximum of "M") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, "tre{1,2}" matches "tre" and "tree".</paragraph> </tablecell> </tablerow> <tablerow> |