[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - source/text
Eike Rathke
erack at redhat.com
Thu Jun 21 11:16:56 UTC 2018
source/text/shared/01/02100001.xhp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7a7b8fc05994922fe3233e80c79110012e2b11da
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jun 21 13:13:45 2018 +0200
Regex + operator finds one or more, not one
Change-Id: I562cb57d5d6ed882b2d7935f48c8c05ccd037b09
Reviewed-on: https://gerrit.libreoffice.org/56233
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
(cherry picked from commit 75f676e25ac0062295c5523556e7340af7df33ee)
Reviewed-on: https://gerrit.libreoffice.org/56234
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index 35759a4ba..26f08cf90 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -257,7 +257,7 @@
<paragraph xml-lang="en-US" id="par_id3154790" role="tablecontent">[:alpha:]</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use [:alpha:]+ to find one of them.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use [:alpha:]+ to find one or more of them.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -265,7 +265,7 @@
<paragraph xml-lang="en-US" id="par_id3152885" role="tablecontent">[:digit:]</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use [:digit:]+ to find one of them.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use [:digit:]+ to find one or more of them.</paragraph>
</tablecell>
</tablerow>
<tablerow>
More information about the Libreoffice-commits
mailing list