docs change lmao

This commit is contained in:
camila314 2023-10-22 11:01:14 -05:00
parent acaa8ca4b7
commit b17ca9ae4b

View file

@ -194,7 +194,7 @@ namespace geode::utils::web {
* URL to fetch from the internet asynchronously
* @param url URL of the data to download. Redirects will be
* automatically followed
* @returns Same AsyncWebRequest
* @returns An AsyncWebResponse object
*/
AsyncWebResponse fetch(std::string const& url);
/**