mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Fix a comment typo. (#9421)
This commit is contained in:
parent
ab863ee977
commit
7468e5a910
@ -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' })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user