stacktic
/
dropbox
Archived
1
0
Fork 0

Fix minor documentation issue

This commit is contained in:
Simon Allen 2014-10-01 10:11:44 +10:00
parent 85aed1f9bd
commit 5858852ef5
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ func (db *Dropbox) ThumbnailsToFile(src, dst, format, size string) (*Entry, erro
// Download requests the file located at src, the specific revision may be given.
// offset is used in case the download was interrupted.
// A io.ReadCloser to get the file ans its size is returned.
// A io.ReadCloser and the file size is returned.
func (db *Dropbox) Download(src, rev string, offset int) (io.ReadCloser, int64, error) {
var request *http.Request
var response *http.Response