diff options
Diffstat (limited to 'ext/intl/msgformat/msgformat_parse.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_parse.c b/ext/intl/msgformat/msgformat_parse.c index f5eaecfd00..f212f15ff6 100644 --- a/ext/intl/msgformat/msgformat_parse.c +++ b/ext/intl/msgformat/msgformat_parse.c @@ -79,7 +79,7 @@ PHP_FUNCTION( msgfmt_parse ) /* {{{ proto array MessageFormatter::formatMessage( string $locale, string $pattern, string $source ) * Parse a message. }}} */ -/* {{{ proto array numfmt_parse_message( string $locale, string $pattern, string $source ) +/* {{{ proto array msgfmt_parse_message( string $locale, string $pattern, string $source ) * Parse a message. */ PHP_FUNCTION( msgfmt_parse_message ) |