summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-06-19 20:48:53 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-06-19 20:48:53 -0500
commit2db75854e290a7ce93e869214b3d6fba86d93ae7 (patch)
tree14bfc0808183aaaa8cb475fca0ae64a43ba08588 /source
parent16c021b2259e92fd21da3689309375fcc21891b2 (diff)
tdf#100478 Correct the syntax of two examples of the N formula
Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb
Diffstat (limited to 'source')
-rw-r--r--source/text/scalc/01/04060104.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index b7120c4c0d..69e97f6f85 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -619,8 +619,8 @@
<paragraph id="hd_id3147097" role="heading" level="3" xml-lang="en-US">Example</paragraph>
<paragraph id="par_id3154117" role="paragraph" xml-lang="en-US"><item type="input">=N(123)</item> returns 123</paragraph>
-<paragraph id="par_id2337717" role="paragraph" xml-lang="en-US"><item type="input">=N(TRUE)</item> returns 1</paragraph>
-<paragraph id="par_id3153781" role="paragraph" xml-lang="en-US"><item type="input">=N(FALSE)</item> returns 0</paragraph>
+<paragraph id="par_id2337717" role="paragraph" xml-lang="en-US"><item type="input">=N(TRUE())</item> returns 1</paragraph>
+<paragraph id="par_id3153781" role="paragraph" xml-lang="en-US"><item type="input">=N(FALSE())</item> returns 0</paragraph>
<paragraph id="par_id3154670" role="paragraph" xml-lang="en-US"><item type="input">=N("abc")</item> returns 0</paragraph>
<paragraph id="par_id3519089" role="paragraph" xml-lang="en-US">=N(1/0) returns #DIV/0!</paragraph>
</section>