chore: fix some comments (#14270)

Signed-off-by: shangchengbabaiban <shuang.cui@live.cn>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
shangchengbabaiban
2024-07-31 20:06:15 +09:00
committed by GitHub
parent 09028033c0
commit be80728320
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ func (e Endpoint) Equals(other Endpoint) bool {
return e.Url == other.Url && e.Auth.Equals(other.Auth)
}
// HttpClient creates a http client object dependant
// HttpClient creates a http client object dependent
// on the properties of the network endpoint.
func (e Endpoint) HttpClient() *http.Client {
if e.Auth.Method != authorization.Bearer {