Merge pull request #995 from rcjsuen/patch-8

Fix typo of "revers" to "reverse"
This commit is contained in:
Dirk Bäumer 2020-05-26 13:48:21 +02:00 committed by GitHub
commit 448e15840f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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