Skip to content

Commit a046772

Browse files
committed
Update abs.mdx
Clarify abs() reference explanation
1 parent 40e43df commit a046772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/en/p5/abs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module: Math
44
submodule: Calculation
55
file: src/math/calculation.js
66
description: >
7-
<p>Calculates the absolute value of a number.</p>
7+
<p>Returns the absolute value of a number.</p>
88
99
<p>A number's absolute value is its distance from zero on the number line.
1010

0 commit comments

Comments
 (0)