From: Moriyoshi Koizumi Date: Sat, 9 Nov 2002 23:10:02 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-4.3.0RC1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60febe289017713dd4618ad3e2c5211c2520708c;p=php Fixed typo --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 588ae84e86..6a2e261f90 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -2645,7 +2645,7 @@ PHP_FUNCTION(mb_convert_case) } /* }}} */ -/* {{{ proto string mb_strtoupper(string sourcestring, [, string encoding]) +/* {{{ proto string mb_strtoupper(string sourcestring [, string encoding]) * Returns a uppercased version of sourcestring */ PHP_FUNCTION(mb_strtoupper) @@ -2668,7 +2668,7 @@ PHP_FUNCTION(mb_strtoupper) } /* }}} */ -/* {{{ proto string mb_strtolower(string sourcestring, [, string encoding]) +/* {{{ proto string mb_strtolower(string sourcestring [, string encoding]) * Returns a lowercased version of sourcestring */ PHP_FUNCTION(mb_strtolower)