fix tiny typo

This commit is contained in:
famubu 2022-04-09 14:32:29 +05:30
parent 30e550c183
commit 8c0ec5e538
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ var Timeout time.Duration = time.Duration(15) * time.Second
// + + + F U N C T I O N S + + + \\
//--------------------------------------------------\\
// Retrieve makes a request to a Url and resturns
// Retrieve makes a request to a Url and returns
// the response as []byte/error. This function is
// available to use directly, but in most implementations
// using the "Visit" receiver of the History struct will