Skip to content

Commit 4b3e041

Browse files
committed
Fix proto of enchant_broker_list_dicts()
1 parent 38f388f commit 4b3e041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/enchant/enchant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ PHP_FUNCTION(enchant_broker_get_dict_path)
506506
/* }}} */
507507
#endif
508508

509-
/* {{{ proto string enchant_broker_list_dicts(resource broker)
509+
/* {{{ proto array enchant_broker_list_dicts(resource broker)
510510
Lists the dictionaries available for the given broker */
511511
PHP_FUNCTION(enchant_broker_list_dicts)
512512
{

0 commit comments

Comments
 (0)