diff options
author | Fabien Villepinte <fabien.villepinte@gmail.com> | 2019-11-19 19:48:13 +0100 |
---|---|---|
committer | Fabien Villepinte <fabien.villepinte@gmail.com> | 2019-11-19 19:48:13 +0100 |
commit | e2a8cc0114849ec7eff4ef74eb21778523c184f1 (patch) | |
tree | d7b45476a386c9e4887f4819df47cc0219fa97f5 /ext/intl/msgformat/msgformat_parse.c | |
parent | e208d236b3f8af855e219ea3abc796b8dd9d0d5d (diff) | |
download | php-git-e2a8cc0114849ec7eff4ef74eb21778523c184f1.tar.gz |
Fix typo with msgfmt_parse_message()
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 ) |