fix comment

This commit is contained in:
perennial
2024-10-21 15:11:05 +11:00
parent 7095acd437
commit b85b0384c6
+1 -1
View File
@@ -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,