We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955f823 commit f9e5fd8Copy full SHA for f9e5fd8
src/file.ts
@@ -1154,8 +1154,7 @@ class File extends ServiceObject<File> {
1154
* remoteFile.createReadStream()
1155
* .on('error', function(err) {})
1156
* .on('response', function(response) {
1157
- * // Server connected and responded with the specified status and
1158
- * headers.
+ * // Server connected and responded with the specified status and headers.
1159
* })
1160
* .on('end', function() {
1161
* // The file is fully downloaded.
0 commit comments