diff --git a/ext/standard/string.c b/ext/standard/string.c index 8c850512c77..63eede1c71e 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2749,7 +2749,7 @@ PHP_FUNCTION(lcfirst) } /* }}} */ -/* {{{ proto string ucwords(string str) +/* {{{ proto string ucwords(string str [, string delims]) Uppercase the first character of every word in a string */ PHP_FUNCTION(ucwords) {