Skip to content

Commit f9e5fd8

Browse files
author
Benjamin E. Coe
authored
fix(docs): fix sample code in docs (#759)
1 parent 955f823 commit f9e5fd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/file.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,8 +1154,7 @@ class File extends ServiceObject<File> {
11541154
* remoteFile.createReadStream()
11551155
* .on('error', function(err) {})
11561156
* .on('response', function(response) {
1157-
* // Server connected and responded with the specified status and
1158-
* headers.
1157+
* // Server connected and responded with the specified status and headers.
11591158
* })
11601159
* .on('end', function() {
11611160
* // The file is fully downloaded.

0 commit comments

Comments
 (0)