Clarify comment

This commit is contained in:
adnano
2020-09-27 22:13:50 -04:00
parent 554e0af32a
commit c3dbcb39db
3 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ func init() {
}
}
// sendRequest sends a request to the given url.
// sendRequest sends a request to the given URL.
func sendRequest(req *gmi.Request) error {
resp, err := client.Send(req)
if err != nil {