From 1a5123c9f37eabfc1915cb78ac2887d733564d13 Mon Sep 17 00:00:00 2001 From: "Johnny @PC" Date: Sat, 7 Nov 2015 20:46:26 +0100 Subject: [PATCH] Added missing parameter --- docs/SpotifyWebAPI/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SpotifyWebAPI/util.md b/docs/SpotifyWebAPI/util.md index 4885fdbd2..ef919c120 100644 --- a/docs/SpotifyWebAPI/util.md +++ b/docs/SpotifyWebAPI/util.md @@ -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 page)` and `GetPreviousPage(Paging page)`. Both are an easy way to receive the next/previous page of a Paging-Object. Sample: