Skip to content

Commit f66f894

Browse files
committed
comment: update
1 parent d22f417 commit f66f894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public virtual async Task<IEnumerable<TEntity>> PageAsync(IQueryable<TEntity> en
495495
{
496496
if (pageNumber >= 0)
497497
{
498-
// the IQueryable returned from ApplyResourceDefinitionLogic is sometimes consumed here.
498+
// the IQueryable returned from the hook executor is sometimes consumed here.
499499
// In this case, it does not support .ToListAsync(), so we use the method below.
500500
return await this.ToListAsync(entities.PageForward(pageSize, pageNumber));
501501
}

0 commit comments

Comments
 (0)