source/text/shared/01/02100001.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 75f676e25ac0062295c5523556e7340af7df33ee
Author: Eike Rathke <er...@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 <er...@redhat.com>

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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to