diff --git a/libsq/files/internal/downloader/downloader.go b/libsq/files/internal/downloader/downloader.go index 2e6c7956..d9808354 100644 --- a/libsq/files/internal/downloader/downloader.go +++ b/libsq/files/internal/downloader/downloader.go @@ -422,7 +422,7 @@ func (dl *Downloader) do(req *http.Request) (*http.Response, error) { } // mustRequest creates a new request from dl.url. The url has already been -// parsed in download.New, so it's safe to ignore the error. +// parsed in [downloader.New], so it's safe to use. func (dl *Downloader) mustRequest(ctx context.Context) *http.Request { req, err := http.NewRequestWithContext(ctx, http.MethodGet, dl.url, nil) if err != nil {