grammar :) followup r106514
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Dec 2011 21:29:24 +0000 (21:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Dec 2011 21:29:24 +0000 (21:29 +0000)
includes/api/ApiQueryRevisions.php

index 7fac077..8da079c 100644 (file)
@@ -606,7 +606,7 @@ class ApiQueryRevisions extends ApiQueryBase {
                                ' user           - User that made the revision',
                                ' userid         - User id of revision creator',
                                ' size           - Length (bytes) of the revision',
-                               ' sha1           - SHA-1 (base 16) the revision',
+                               ' sha1           - SHA-1 (base 16) of the revision',
                                ' comment        - Comment by the user for revision',
                                ' parsedcomment  - Parsed comment by the user for the revision',
                                ' content        - Text of the revision',