diff --git a/DigitalData.Core.Infrastructure/CRUDRepository.cs b/DigitalData.Core.Infrastructure/CRUDRepository.cs
index dd09c1e..2a1bdd0 100644
--- a/DigitalData.Core.Infrastructure/CRUDRepository.cs
+++ b/DigitalData.Core.Infrastructure/CRUDRepository.cs
@@ -25,6 +25,7 @@ namespace DigitalData.Core.Infrastructure
/// Initializes a new instance of the CRUDRepository with the specified DbContext.
///
/// The DbContext instance to be used by the repository.
+ /// The DbSet instance to be used by the repository.
public CRUDRepository(TDbContext dbContext, DbSet dbSet)
{
_dbContext = dbContext;