Subject: | Slight documentation typo. |
The following documentation snippet
<<SNIPPET
MediaWiki::API->list( $query_hash, $options_hash )
A helper function for doing edits using the MediaWiki API. Parameters
are passed as a hashref which are described on the MediaWiki API editing
page (http://www.mediawiki.org/wiki/API:Query_-_Lists).
SNIPPET
Should read:
<<SNIPPET
MediaWiki::API->list( $query_hash, $options_hash )
A helper function for *getting lists* using the MediaWiki API.
Parameters are passed as a hashref which are described on the MediaWiki
API editing page (http://www.mediawiki.org/wiki/API:Query_-_Lists).
SNIPPET
or something similar.