From 2bf5302f9a653f46f7932329fd03aa3688afc35b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 28 Feb 2022 11:54:27 +0530 Subject: documented all the functions in user/anime --- user/anime/update_animelist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/anime/update_animelist.go') diff --git a/user/anime/update_animelist.go b/user/anime/update_animelist.go index 5f6025a..8371691 100644 --- a/user/anime/update_animelist.go +++ b/user/anime/update_animelist.go @@ -121,7 +121,7 @@ func (c Client)SetRewatchValue(id int, rewatchValue int) (serverResponse, error) } // update just an anime's rewatch count -func (c Client)UpdateRewatchCount(id int, rewatchCount int) (serverResponse, error) { +func (c Client)SetRewatchCount(id int, rewatchCount int) (serverResponse, error) { endpoint := endpointGenerator(id) // data to be sent to the server -- cgit v1.2.3