fix comment

This commit is contained in:
Lion Kortlepel
2021-07-02 00:01:38 +02:00
parent e994cdd8a2
commit 261aa8f320

View File

@@ -782,7 +782,7 @@ int lua_GetOSName(lua_State* L) {
return 1;
}
// status, body = HttpGET(host, port, target)
// status, body = HttpsGET(host, port, target)
// example usage:
// send a GET https://example.com:443/index.html:
// status, body = MP.HttpGET("example.com", 443, "/index.html")