fix typos

Fix typos
This commit is contained in:
HowJMay
2020-01-23 23:35:38 +08:00
parent 32ffbdf5ca
commit 00f68c12a8
7 changed files with 9 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ type request struct {
query Query
}
// CopyWith copies the requests and adds the extra query parameters. Usefull
// CopyWith copies the requests and adds the extra query parameters. It is useful
// for dynamically adding sizes to a filename only query without modifying it.
func (r request) CopyWith(queryParams ...queryField) request {
cpy := r