File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ protected AsyncPageable(CancellationToken cancellationToken) =>
7979 /// begin paging from the beginning.
8080 /// </param>
8181 /// <param name="pageSizeHint">
82- /// The size of <see cref="Page{T}"/>s that should be requested (from
83- /// service operations that support it).
82+ /// The number of items per <see cref="Page{T}"/> that should be requested (from
83+ /// service operations that support it). It's not guaranteed that the value will be respected.
8484 /// </param>
8585 /// <returns>
8686 /// An async sequence of <see cref="Page{T}"/>s.
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ protected Pageable(CancellationToken cancellationToken) =>
5050 /// begin paging from the beginning.
5151 /// </param>
5252 /// <param name="pageSizeHint">
53- /// The size of <see cref="Page{T}"/>s that should be requested (from
54- /// service operations that support it).
53+ /// The number of items per <see cref="Page{T}"/> that should be requested (from
54+ /// service operations that support it). It's not guaranteed that the value will be respected.
5555 /// </param>
5656 /// <returns>
5757 /// An async sequence of <see cref="Page{T}"/>s.
You can’t perform that action at this time.
0 commit comments