diff options
author | addshore <addshorewiki@gmail.com> | 2014-03-09 21:22:47 +0100 |
---|---|---|
committer | Siebrand <siebrand@kitano.nl> | 2014-03-10 09:04:08 +0000 |
commit | 719d7a2f030994213de3eadde5e20fe54c8159cf (patch) | |
tree | 46e785fc2306c6b826597d3a31937b0a9732cc24 /includes/api/ApiQueryUsers.php | |
parent | ff7d760e797d7af0df5efba8ce4f5e6328f65675 (diff) | |
download | mediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.tar.gz mediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.zip |
Add final period to API module descriptions
Change-Id: Icae68c1ab1fd0006e00a3a9a56ae8f831d3d0d45
Diffstat (limited to 'includes/api/ApiQueryUsers.php')
-rw-r--r-- | includes/api/ApiQueryUsers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index cd4a8fcf0f12..d98cc39cfe4a 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -387,7 +387,7 @@ class ApiQueryUsers extends ApiQueryBase { } public function getDescription() { - return 'Get information about a list of users'; + return 'Get information about a list of users.'; } public function getExamples() { |