litedb-async
litedb-async copied to clipboard
typo: namespace of `ILiteRepositoryAsync` should be `LiteDB.Async` (?)
The namespace of ILiteRepositoryAsync
is currently defined as LiteDB.async
(lower-case a
) @ https://github.com/mlockett42/litedb-async/blob/incoming/LiteDBAsync/ILiteRepositoryAsync.cs#L7.
Should it not be LiteDB.Async
(upper-case A
)?