Skip to content

Commit 2ad6c4d

Browse files
chore(jsdoc): fix @link annotations to refer only to parts of the package‘s public interface
1 parent 49fe03d commit 2ad6c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/to-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export type ToFileInput =
7373

7474
/**
7575
* Helper for creating a {@link File} to pass to an SDK upload method from a variety of different data formats
76-
* @param value the raw content of the file. Can be an {@link Uploadable}, {@link BlobLikePart}, or {@link AsyncIterable} of {@link BlobLikePart}s
76+
* @param value the raw content of the file. Can be an {@link Uploadable}, BlobLikePart, or AsyncIterable of BlobLikeParts
7777
* @param {string=} name the name of the file. If omitted, toFile will try to determine a file name from bits if possible
7878
* @param {Object=} options additional properties
7979
* @param {string=} options.type the MIME type of the content

0 commit comments

Comments
 (0)