]> granicus.if.org Git - php/commitdiff
(PHP round) Fix proto.
authorAndrei Zmievski <andrei@php.net>
Thu, 18 May 2000 12:29:58 +0000 (12:29 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 18 May 2000 12:29:58 +0000 (12:29 +0000)
ext/standard/math.c

index ab85ee16b520c46e43fa3818439c2c2161930076..700dc84c9fe15f50856b771e166fd7a525b1ff8d 100644 (file)
@@ -103,7 +103,7 @@ PHP_FUNCTION(floor) {
 /* }}} */
 
 
-/* {{{ proto int round(double number [, int precision])
+/* {{{ proto double round(double number [, int precision])
    Returns the number rounded to specified precision. */
 PHP_FUNCTION(round)
 {