Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1cc8bae

Browse files
committed
update comment wording
1 parent 5a94aa7 commit 1cc8bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/transfer-manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class TransferManager {
108108
* that utilizes {@link Bucket#upload} to perform the upload.
109109
*
110110
* @param {array} [filePaths] An array of fully qualified paths to the files.
111-
* you wish to upload to the bucket
111+
* to be uploaded to the bucket
112112
* @param {UploadMultiOptions} [options] Configuration options.
113113
* @param {UploadMultiCallback} [callback] Callback function.
114114
* @returns {Promise<UploadResponse[] | void>}
@@ -230,7 +230,7 @@ export class TransferManager {
230230
* Download multiple files in parallel to the local filesystem. This is a convenience method
231231
* that utilizes {@link File#download} to perform the download.
232232
*
233-
* @param {array} [files] An array of file objects you wish to download.
233+
* @param {array} [files] An array of file objects to be downloaded.
234234
* @param {DownloadMultiOptions} [options] Configuration options.
235235
* @param {DownloadMultiCallback} {callback} Callback function.
236236
* @returns {Promise<DownloadResponse[] | void>}

0 commit comments

Comments
 (0)