fix comment

This commit is contained in:
Lion Kortlepel
2021-07-02 00:01:38 +02:00
parent 53617abae4
commit a0a7b8ecce

View File

@@ -809,7 +809,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")