Skip to content

Commit

Permalink
fix typo in namespace: LiteDB.Async vs. LiteDB.async
Browse files Browse the repository at this point in the history
  • Loading branch information
zmira committed Jun 7, 2024
1 parent 34cdae5 commit e37acb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LiteDBAsync/ILiteRepositoryAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using LiteDB.Async;

namespace LiteDB.async
namespace LiteDB.Async
{
public interface ILiteRepositoryAsync : IDisposable
{
Expand Down
1 change: 0 additions & 1 deletion LiteDBAsync/LiteRepositoryAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.IO;
using System.Linq.Expressions;
using System.Threading.Tasks;
using LiteDB.async;

namespace LiteDB.Async
{
Expand Down

0 comments on commit e37acb5

Please sign in to comment.