From 16baf21fa16708c392c67d6fdd16e5ddcc4bb696 Mon Sep 17 00:00:00 2001 From: Yuxuan 'fishy' Wang Date: Tue, 5 May 2015 16:49:55 -0700 Subject: [PATCH] Fix documentation error. There's a -- block in rest-api-changes not closed, causing the following content malformed. Change-Id: I4ec866c404d85ba2684ab62ba5e7f1bccf94be65 --- Documentation/rest-api-changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 0262c77d5a..c6911f1b88 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -315,6 +315,7 @@ default. Optional fields are: * `COMMIT_FOOTERS`: include the full commit message with Gerrit-specific commit footers in the link:#revision-info[RevisionInfo]. +-- .Request ----