diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2020-01-14 23:25:56 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-15 01:08:34 +0100 |
commit | 69896de636113d0bae2b1c44316f2c50b643f524 (patch) | |
tree | 2e58a3e73f1a1802e6f197153afd600d9ece6798 /source | |
parent | 5a44291fac8fe16731bf0dff05ed40ae582f3461 (diff) |
fix typo in explanation of regular expression example
Change-Id: I35103839b29ea98ee0295dbbe71712b9c041a807
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86816
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-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 36df46fb59..956599ac64 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -397,7 +397,7 @@ <paragraph role="tablecontent" id="par_id801559578813944">ruc specifies the characters "ruc",</paragraph> <paragraph role="tablecontent" id="par_id421559578820595">) ends the group,</paragraph> <paragraph role="tablecontent" id="par_id621559578825464">tion specifies the characters "tion",</paragraph> - <paragraph role="tablecontent" id="par_id91559578832058">/b specifies that the match must end at a word boundary.</paragraph> + <paragraph role="tablecontent" id="par_id91559578832058">\b specifies that the match must end at a word boundary.</paragraph> </tablecell> </tablerow> </table> |