[Nit] Fix a typo #220

Open
famubu wants to merge 1 commits from famubu/bombadillo:typo into master
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