diff --git a/core/requests.go b/core/requests.go index 2473834..b8922a6 100644 --- a/core/requests.go +++ b/core/requests.go @@ -359,7 +359,7 @@ Please refer the following documentation for additional information: return token, nil } -// API_GET performs a GET request to the Pixiv API with automatic retries and caching. +// API_GET performs a GET request to the Pixiv API and handles caching of the response, if appropriate. func API_GET( ctx context.Context, auditor *audit.Auditor,