summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMakson Lee <cdlee123@gmail.com>2018-07-26 22:42:59 +0000
committerDavid Pursehouse <dpursehouse@collab.net>2018-07-27 07:29:46 +0000
commit3ab41d308806c641f409eff28ac2b80afba2b41c (patch)
tree8bcfacf89d2cdbf4839a2d9ab45ea4f64b905d3a
parenta8aaf67b0aa5a38ae95cc37f7ecfba2c3ab43cdb (diff)
Fix typos in documentation of 'List Files' REST API element
Change-Id: If7021f46e1df96d923371a91fba92e45a105126c (cherry picked from commit faf05c292bb2e4d307fcac02ddfb4c9c938eefb2)
-rw-r--r--Documentation/rest-api-changes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 40b982147d..9880d54d10 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -4274,8 +4274,8 @@ Lists the files that were modified, added or deleted in a revision.
GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/revisions/674ac754f91e64a0efb8087e59a176484bd534d1/files/ HTTP/1.0
----
-As result a map is returned that maps the link:#file-id[file path] to a list of
-link:#file-info[FileInfo] entries. The entries in the map are
+As result a map is returned that maps the link:#file-id[file path] to a
+link:#file-info[FileInfo] entry. The entries in the map are
sorted by file path.
.Response