Skip to content

Commit 85a3236

Browse files
author
Bart Koelman
authored
Corrected minor documentation inconsistency
1 parent fc57f7a commit 85a3236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Repositories/EntityFrameworkCoreRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ protected virtual async Task SaveChangesAsync(CancellationToken cancellationToke
405405
}
406406

407407
/// <summary>
408-
/// Implements the foundational repository implementation that uses Entity Framework Core.
408+
/// Implements the foundational Repository layer in the JsonApiDotNetCore architecture that uses Entity Framework Core.
409409
/// </summary>
410410
public class EntityFrameworkCoreRepository<TResource> : EntityFrameworkCoreRepository<TResource, int>, IResourceRepository<TResource>
411411
where TResource : class, IIdentifiable<int>

0 commit comments

Comments
 (0)