fix api.go

This commit is contained in:
Christina 2024-06-28 16:50:57 +03:00 committed by GitHub
parent f41d705da6
commit ff3c7a7279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ import (
) )
// DownloaderAPI provides an API which gives information about the current // DownloaderAPI provides an API which gives information about the current
// synchronisation status. It offers only methods that operates on data that // synchronization status. It offers only methods that operates on data that
// can be available to anyone without security risks. // can be available to anyone without security risks.
type DownloaderAPI struct { type DownloaderAPI struct {
d *Downloader d *Downloader