Skip to content

Commit

Permalink
chore: update BaseDatabaseService.cs
Browse files Browse the repository at this point in the history
existance -> existence
  • Loading branch information
eltociear committed Jul 7, 2024
1 parent ae1362b commit f9df87e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public async Task<long> CountByFilterAsync(FilterDefinition<T> filter, string? t
}

/// <summary>
/// Get existance of documents that match the filter
/// Get existence of documents that match the filter
/// </summary>
/// <param name="filter">filter used to search</param>
/// <param name="table">collection to use</param>
Expand Down

0 comments on commit f9df87e

Please sign in to comment.