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..d013ef1f4c1 --- /dev/null +++ b/docs/notes/bugfix-21494.md @@ -0,0 +1 @@ +# Correct missing text issue in the Round function dictionary entry.