Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogenesoftoronto committed Nov 14, 2023
1 parent ddbfb80 commit 15fed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sftp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Client interface {
// Upload transfers data from the provided source reader to a specified
// destination on the SFTP server.
Upload(ctx context.Context, src io.Reader, dest string) (bytes int64, err error)
// Delete transfers data from the provided source reader to a specified
// Delete removes data from the provided dest to a specified
// destination on the SFTP server.
Delete(ctx context.Context, dest string) (bytes int64, err error)
}

0 comments on commit 15fed7e

Please sign in to comment.