Merge "Delete UIDGenerator cache files after unit tests"
[lhc/web/wiklou.git] / includes / api / ApiCreateAccount.php
index c550fce..be8286c 100644 (file)
@@ -167,7 +167,7 @@ class ApiCreateAccount extends ApiBase {
        }
 
        public function getDescription() {
-               return 'Create a new user account';
+               return 'Create a new user account.';
        }
 
        public function mustBePosted() {