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

New commits:
commit bc19db2141d75b39608617775b9a97a8eb20f395
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Jul 7 15:02:58 2025 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Jul 7 15:12:02 2025 +0200

    Typo in IFS function Help page
    
    Change-Id: I619dcbc22a7bed7d84e228dc41ff440cd21d3ca9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/187479
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_ifs.xhp 
b/source/text/scalc/01/func_ifs.xhp
index 6b4eb761b7..b7564c2164 100644
--- a/source/text/scalc/01/func_ifs.xhp
+++ b/source/text/scalc/01/func_ifs.xhp
@@ -37,7 +37,7 @@
     <paragraph role="paragraph" id="par_id961556235738258">ELSE IF expression3 
is TRUE</paragraph>
     <paragraph role="paragraph" id="par_id951556235743954">THEN 
result3</paragraph>
     <paragraph role="paragraph" id="par_id671556235758504">To get a default 
result should no expression be TRUE, add a last expression that is always TRUE, 
like TRUE or 1=1 followed by the default result.</paragraph>
-    <paragraph role="paragraph" id="par_id541556235771022">If there is a 
result missing for an expression or is no expression is TRUE, a #N/A error is 
returned.</paragraph>
+    <paragraph role="paragraph" id="par_id541556235771022">If there is a 
result missing for an expression or if no expression is TRUE, a #N/A error is 
returned.</paragraph>
     <paragraph role="paragraph" id="par_id181556235788473">If expression is 
neither TRUE or FALSE, a #VALUE error is returned.</paragraph>
     <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
     <embed href="text/scalc/00/avail_release.xhp#5.2"/>

Reply via email to