Fix typos in documentation of 'List Files' REST API element

Change-Id: If7021f46e1df96d923371a91fba92e45a105126c
(cherry picked from commit faf05c292b)
This commit is contained in:
Makson Lee 2018-07-26 22:42:59 +00:00 committed by David Pursehouse
parent a8aaf67b0a
commit 3ab41d3088
1 changed files with 2 additions and 2 deletions

View File

@ -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