Skip to content

Commit 0f6e0cd

Browse files
authored
chore: fix comment (#4239)
Signed-off-by: largemouth <[email protected]>
1 parent 6641d4b commit 0f6e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sources/huggingface/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type HFClient struct {
119119
HTTPClient *http.Client
120120
}
121121

122-
// NewClient creates a new API client
122+
// NewHFClient creates a new HF client
123123
func NewHFClient(baseURL, apiKey string, timeout time.Duration) *HFClient {
124124
return &HFClient{
125125
BaseURL: baseURL,

0 commit comments

Comments
 (0)