Fix a comment typo. (#9421)

This commit is contained in:
M. J. Fromberger 2020-03-31 13:06:37 -07:00 committed by GitHub
parent ab863ee977
commit 7468e5a910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ export type JSONEncoded<T> = Buffer
export type HashMod<T, U> = number
/**
n entity within the database describing LSIF data for a single repository
* An entity within the database describing LSIF data for a single repository
* and commit pair. There should be only one metadata entity per database.
*/
@Entity({ name: 'meta' })