From ff832a2656ea178587b21b19d62207680b131c5b Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 31 May 2020 10:45:04 +0200 Subject: (func_findb.xhp) Include square brackets in syntax section to indicate optional parameter. Change-Id: Ib21893f9f1d61a164957a82114f9a1dc0255b9ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95206 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit cae5dda033a7b19ecdb37a8abc571f31a5b798d4) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95726 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_findb.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/func_findb.xhp b/source/text/scalc/01/func_findb.xhp index 0ab9ead47d..091d7ecc3a 100644 --- a/source/text/scalc/01/func_findb.xhp +++ b/source/text/scalc/01/func_findb.xhp @@ -27,7 +27,7 @@ - FINDB( Find Text ; Text ; Position ) + FINDB(Find Text ; Text [; Position]) Find Text: The text or text expression to be found. Text: the text in which the search is to be made. Position: The position in the text where the search starts. -- cgit