Skip to content

Commit 1a5123c

Browse files
committed
Added missing parameter
1 parent 8d4f15a commit 1a5123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SpotifyWebAPI/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##Paging-Methods
2-
The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage()` and `GetPreviousPage()`.
2+
The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage(Paging<T> page)` and `GetPreviousPage(Paging<T> page)`.
33
Both are an easy way to receive the next/previous page of a Paging-Object.
44

55
Sample:

0 commit comments

Comments
 (0)