Skip to content

Commit

Permalink
Added missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed Nov 7, 2015
1 parent 8d4f15a commit 1a5123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SpotifyWebAPI/util.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##Paging-Methods
The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage()` and `GetPreviousPage()`.
The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage(Paging<T> page)` and `GetPreviousPage(Paging<T> page)`.
Both are an easy way to receive the next/previous page of a Paging-Object.

Sample:
Expand Down

0 comments on commit 1a5123c

Please sign in to comment.