doc tests verified

This commit is contained in:
Jon Lipstate
2023-04-06 14:58:57 -07:00
parent 846c0f7cfc
commit 7a8aa03e54
2 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ Rounds down the decimal value to the specified number of decimal places
Example:
import "core:fmt"
import "core:strconv"
import "core:strconv/decimal"
round_down_example :: proc() {
d: decimal.Decimal
str := [64]u8{}