Skip to content

Commit 9d0fe43

Browse files
committed
upload: fix godoc for UploadNewsletterReader
1 parent 82d17aa commit 9d0fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (cli *Client) UploadNewsletter(ctx context.Context, data []byte, appInfo Me
169169

170170
// UploadNewsletterReader uploads the given attachment to WhatsApp servers without encrypting it first.
171171
//
172-
// This is otherwise identical to [Upload], but it reads the plaintext from an [io.Reader] instead of a byte slice.
172+
// This is otherwise identical to [UploadNewsletter], but it reads the plaintext from an [io.Reader] instead of a byte slice.
173173
// Unlike [UploadReader], this does not require a temporary file. However, the data needs to be hashed first,
174174
// so an [io.ReadSeeker] is required to be able to read the data twice.
175175
func (cli *Client) UploadNewsletterReader(ctx context.Context, data io.ReadSeeker, appInfo MediaType) (resp UploadResponse, err error) {

0 commit comments

Comments
 (0)