Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit aee1042

Browse files
author
livecodesam
committed
[Bugfix-21494] Correct Round entry
1 parent 3b6cedf commit aee1042

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/dictionary/function/round.lcdoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ the <number> up if positive, down if <negative>. (To round off numbers
4747
without introducing any statistical upward bias, use the <statRound>
4848
<function> instead.)
4949

50-
A positive <precision> indicates a place to the right of the <decimal
51-
point>, and a <negative> <precision> indicates a place to the left. For
52-
example, 1 rounds off to the nearest tenth, 2 rounds off to the nearest
53-
hundredth, -1 rounds off by ten, and so on. If you don't specify a
54-
<precision>, zero is used, meaning that the <number> is rounded off to a
55-
whole number.
50+
A positive <precision> indicates a place to the right of the
51+
<decimal point>, and a <negative> <precision> indicates a place to the
52+
left. For example, 1 rounds off to the nearest tenth, 2 rounds off to
53+
the nearest hundredth, -1 rounds off by ten, and so on. If you don't
54+
specify a <precision>, zero is used, meaning that the <number> is
55+
rounded off to a whole number.
5656

5757
>*Note:* The <statRound> <function> is equivalent to
5858
> <HyperCard|HyperTalk's> "round" <function>.

docs/notes/bugfix-21494.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Correct missing text issue in the ROund function dictionary entry.

0 commit comments

Comments
 (0)