From cc22ef7a23513fda73f12822efd71639de2ffaaa Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Fri, 22 May 2020 18:19:51 -0400 Subject: [PATCH] Fix typo of "revers" to "reverse" Signed-off-by: Remy Suen --- _specifications/lsif/0.5.0/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_specifications/lsif/0.5.0/specification.md b/_specifications/lsif/0.5.0/specification.md index 8c4d1c9..03376ee 100644 --- a/_specifications/lsif/0.5.0/specification.md +++ b/_specifications/lsif/0.5.0/specification.md @@ -19,7 +19,7 @@ The purpose of the Language Server Index Format (LSIF) is it to define a standar #### Version 0.5.0 -In version 0.4.0 support was added to dump larger systems project by project (in their revers dependency order) and then combine the dumps again in a database by linking result sets using their corresponding monikers. Use of the format has shown that a couple of features are missing to make this work nicely: +In version 0.4.0 support was added to dump larger systems project by project (in their reverse dependency order) and then combine the dumps again in a database by linking result sets using their corresponding monikers. Use of the format has shown that a couple of features are missing to make this work nicely: 1. support to logical group projects. To support this a `Group` vertex got added. 1. knowing how unique a moniker is. To support this a `unique` property got added to the `Moniker`.