diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-05-28 17:36:31 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-05-28 20:58:41 +0200 |
commit | a61cdc9fb845956ccec780550684b3bcf01e4194 (patch) | |
tree | 680fc02de3bff6cb6aebfaa13473f181c97afd88 | |
parent | 7b824f49fb1a71b173ed318241f99aeb7320eac0 (diff) |
Fix typo
Change-Id: I9f394ff23bdf67a1385f25f4417f44e0717d26c1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168160
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/scalc/01/func_xmatch.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_xmatch.xhp b/source/text/scalc/01/func_xmatch.xhp index eaad53c503..6595230a37 100644 --- a/source/text/scalc/01/func_xmatch.xhp +++ b/source/text/scalc/01/func_xmatch.xhp @@ -22,7 +22,7 @@ </bookmark> <section id="xmatch"> <h1 id="hd_id821708279355736"><variable id="h1"><link href="text/scalc/01/func_xmatch.xhp">XMATCH</link></variable></h1> - <paragraph id="par_id581708279355738" role="paragraph">Searches for a value in an one-dimensional array and returns the relative position of the item.</paragraph> + <paragraph id="par_id581708279355738" role="paragraph">Searches for a value in a one-dimensional array and returns the relative position of the item.</paragraph> </section> <paragraph role="paragraph" id="par_id321716754048322">XMATCH outperforms function <link href="text/scalc/01/04060109.xhp#Section12">MATCH</link> as it allows searches according to the search mode.</paragraph> |