Skip to content

Commit 1513432

Browse files
committed
fix typo
1 parent b467797 commit 1513432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ <h2><a id="math">Functions for Math</a></h2>
560560
rad2deg(n: number): number
561561

562562
// Returns the rounded value of an number to optional precision.
563-
// example: round(PI) return 3
564-
// example: round(PI, 3) return 3.142
563+
// example: round(PI) returns 3
564+
// example: round(PI, 3) returns 3.142
565565
round(value: number, precision = 0): number
566566

567567
// Constrains a number between `min` and `max`.

0 commit comments

Comments
 (0)