jenkins-bot has submitted this change and it was merged.

Change subject: Add final period to API module descriptions
......................................................................


Add final period to API module descriptions

Change-Id: Ibcd1004173775001fd03eb954042593895441aa1
---
M api/ApiQueryCodeComments.php
M api/ApiQueryCodePaths.php
M api/ApiQueryCodeRevisions.php
M api/ApiQueryCodeTags.php
M api/ApiRevisionUpdate.php
5 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/api/ApiQueryCodeComments.php b/api/ApiQueryCodeComments.php
index 76015e5..b932fc4 100644
--- a/api/ApiQueryCodeComments.php
+++ b/api/ApiQueryCodeComments.php
@@ -139,7 +139,7 @@
        }
 
        public function getDescription() {
-               return 'List comments on revisions in CodeReview';
+               return 'List comments on revisions in CodeReview.';
        }
 
        public function getPossibleErrors() {
diff --git a/api/ApiQueryCodePaths.php b/api/ApiQueryCodePaths.php
index f89f5a7..73040fd 100644
--- a/api/ApiQueryCodePaths.php
+++ b/api/ApiQueryCodePaths.php
@@ -83,7 +83,7 @@
        }
 
        public function getDescription() {
-               return 'Get a list of 10 paths in a given repository, based on 
the input path prefix';
+               return 'Get a list of 10 paths in a given repository, based on 
the input path prefix.';
        }
 
        public function getPossibleErrors() {
diff --git a/api/ApiQueryCodeRevisions.php b/api/ApiQueryCodeRevisions.php
index 8c1c340..d15a729 100644
--- a/api/ApiQueryCodeRevisions.php
+++ b/api/ApiQueryCodeRevisions.php
@@ -225,7 +225,7 @@
        }
 
        public function getDescription() {
-               return 'List revisions in CodeReview';
+               return 'List revisions in CodeReview.';
        }
 
        public function getPossibleErrors() {
diff --git a/api/ApiQueryCodeTags.php b/api/ApiQueryCodeTags.php
index 8393f75..6ba78dd 100644
--- a/api/ApiQueryCodeTags.php
+++ b/api/ApiQueryCodeTags.php
@@ -65,7 +65,7 @@
        }
 
        public function getDescription() {
-               return 'Get a list of tags applied to revisions in a given 
repository';
+               return 'Get a list of tags applied to revisions in a given 
repository.';
        }
 
        public function getPossibleErrors() {
diff --git a/api/ApiRevisionUpdate.php b/api/ApiRevisionUpdate.php
index bf979f3..81d05e8 100644
--- a/api/ApiRevisionUpdate.php
+++ b/api/ApiRevisionUpdate.php
@@ -181,7 +181,7 @@
 
        public function getDescription() {
                return array(
-                       'Submit comments, new status and tags to a revision'
+                       'Submit comments, new status and tags to a revision.'
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/117925
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibcd1004173775001fd03eb954042593895441aa1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CodeReview
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to