Skip to content

Commit

Permalink
Update InternalFunctions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftCircuits authored Apr 4, 2021
1 parent 379d8a1 commit 9717fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/InternalFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Converts the given *value* to an octal string.

Returns a string with the right-most *count* characters from *s*.

### Round(*value*[, *decimals*)
### Round(*value*[, *decimals*])

Rounds the given value to the nearest integer. If *decimals* is specified, then this function rounds to the specified number of decimal places.

Expand Down

0 comments on commit 9717fda

Please sign in to comment.