From aee1042b31fa6fdbb92c7c0af2306be5a0e8eaa2 Mon Sep 17 00:00:00 2001 From: livecodesam Date: Fri, 24 Aug 2018 12:57:10 +0100 Subject: [PATCH 1/2] [Bugfix-21494] Correct Round entry --- docs/dictionary/function/round.lcdoc | 12 ++++++------ docs/notes/bugfix-21494.md | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 docs/notes/bugfix-21494.md diff --git a/docs/dictionary/function/round.lcdoc b/docs/dictionary/function/round.lcdoc index b1e5cb98588..89fd57ab389 100644 --- a/docs/dictionary/function/round.lcdoc +++ b/docs/dictionary/function/round.lcdoc @@ -47,12 +47,12 @@ the up if positive, down if . (To round off numbers without introducing any statistical upward bias, use the instead.) -A positive indicates a place to the right of the , and a indicates a place to the left. For -example, 1 rounds off to the nearest tenth, 2 rounds off to the nearest -hundredth, -1 rounds off by ten, and so on. If you don't specify a -, zero is used, meaning that the is rounded off to a -whole number. +A positive indicates a place to the right of the +, and a indicates a place to the +left. For example, 1 rounds off to the nearest tenth, 2 rounds off to +the nearest hundredth, -1 rounds off by ten, and so on. If you don't +specify a , zero is used, meaning that the is +rounded off to a whole number. >*Note:* The is equivalent to > "round" . diff --git a/docs/notes/bugfix-21494.md b/docs/notes/bugfix-21494.md new file mode 100644 index 00000000000..2a60c14d9a6 --- /dev/null +++ b/docs/notes/bugfix-21494.md @@ -0,0 +1 @@ +# Correct missing text issue in the ROund function dictionary entry. From c9d0b41086cb1deae483bd55ab672a09f02a7903 Mon Sep 17 00:00:00 2001 From: livecodesam Date: Fri, 24 Aug 2018 12:59:44 +0100 Subject: [PATCH 2/2] Update bugfix-21494.md --- docs/notes/bugfix-21494.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/bugfix-21494.md b/docs/notes/bugfix-21494.md index 2a60c14d9a6..d013ef1f4c1 100644 --- a/docs/notes/bugfix-21494.md +++ b/docs/notes/bugfix-21494.md @@ -1 +1 @@ -# Correct missing text issue in the ROund function dictionary entry. +# Correct missing text issue in the Round function dictionary entry.