Skip to content

Commit 6268ed9

Browse files
committed
fix
1 parent 7dd46a8 commit 6268ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Eocron.Algorithms/Queryable/Paging/PagingQueryableExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace Eocron.Algorithms.Queryable.Paging
1010
public static class PagingQueryableExtensions
1111
{
1212
/// <summary>
13-
/// Apply WHERE condition to IQueryable if continuation token is not empty.
14-
/// It will not apply Skip/Take operations, you should do it yourself.
13+
/// Applies configured ordering.
14+
/// Applies skipping WHERE condition to IQueryable if continuation token is not empty.
1515
/// </summary>
1616
/// <param name="source"></param>
1717
/// <param name="configuration"></param>

0 commit comments

Comments
 (0)