source/text/scalc/01/func_lambda.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbfadc92aebcffb6c57e20b5f0ea2ae88c6fa778
Author:     Olivier Hallot <[email protected]>
AuthorDate: Tue Sep 22 19:58:43 2026 +0200
Commit:     Olivier Hallot <[email protected]>
CommitDate: Tue Sep 22 20:26:40 2026 +0200

    typo
    
    Change-Id: I23c3489ce7518bf332701d93e730fb9365b30308
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/211330
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/scalc/01/func_lambda.xhp 
b/source/text/scalc/01/func_lambda.xhp
index e0806497f5..6318c2564a 100644
--- a/source/text/scalc/01/func_lambda.xhp
+++ b/source/text/scalc/01/func_lambda.xhp
@@ -81,7 +81,7 @@
 <h4 id="hd_id331783717131876">Using ISOMITTED in function LAMBDA</h4>
 <paragraph role="paragraph" id="par_id911783717111321">The ISOMITTED function 
allows you to handle missing parameters in a LAMBDA function. For example, the 
LAMBDA function named MY_FUNCT:</paragraph>
 
-<paragraph role="paragraph" id="par_id501783717973525"><input>=LAMBDA(_n1; 
_n2; IF(ISOMITTED(_n2), "Missing second parameter"; 
_n1/_n2))</input></paragraph>
+<paragraph role="paragraph" id="par_id501783717973525"><input>=LAMBDA(_n1; 
_n2; IF(ISOMITTED(_n2); "Missing second parameter"; 
_n1/_n2))</input></paragraph>
 
 <paragraph role="paragraph" id="par_id91783717979957">returns "Missing second 
parameter" if the LAMBDA function is called as <input>=MY_FUNCT(3;)</input>. 
<emph>Note</emph>: The trailing argument separator (;) must be included in the 
function call.</paragraph>
 <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>

Reply via email to