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

New commits:
commit a0ef2acc2d24501a7373ab7ba03ddc9473814b54
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Thu Mar 16 19:11:17 2023 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Mar 16 18:33:22 2023 +0000

    one character is found without plus in regular expression
    
    reported by Kamil Landa
    
    Change-Id: I53f11b8ccd89340d2545e3c26edd8abee8cf5e9a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149005
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/shared/01/02100001.xhp 
b/source/text/shared/01/02100001.xhp
index bd78472198..7bbdcabe88 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -255,7 +255,7 @@
         <paragraph id="par_id3154790" localize="false" 
role="tablecontent">[:alpha:]</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph xml-lang="en-US" id="par_id3147397" 
role="tablecontent">Represents an alphabetic character. Use 
<emph>[:alpha:]+</emph> to find one of them.</paragraph>
+      <paragraph xml-lang="en-US" id="par_id3147397" 
role="tablecontent">Represents an alphabetic character. Use 
<emph>[:alpha:]</emph> to find one of them.</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -263,7 +263,7 @@
         <paragraph id="par_id3152885" localize="false" 
role="tablecontent">[:digit:]</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph xml-lang="en-US" id="par_id3150010" 
role="tablecontent">Represents a decimal digit. Use <emph>[:digit:]+</emph> to 
find one of them.</paragraph>
+      <paragraph xml-lang="en-US" id="par_id3150010" 
role="tablecontent">Represents a decimal digit. Use <emph>[:digit:]</emph> to 
find one of them.</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>

Reply via email to