Skip to content

Commit 3b22f24

Browse files
committed
fix comment
1 parent 85aba93 commit 3b22f24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/math.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ static inline double php_round_helper(double value, int mode) {
165165

166166
/* {{{ _php_math_round */
167167
/*
168-
* Rounds a number to a certain number of decimal places in a certain rounding
169-
* mode.
168+
* Rounds a number to a certain number of decimal places in a certain rounding mode.
170169
* If you "HALF UP" a value like 0.258 (0.28499999999999998), it will be rounded to 28.
171170
*
172171
*/

0 commit comments

Comments
 (0)