Skip to content

Commit

Permalink
fix(docs): fix sample code in docs (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Jun 28, 2019
1 parent 955f823 commit f9e5fd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,8 +1154,7 @@ class File extends ServiceObject<File> {
* remoteFile.createReadStream()
* .on('error', function(err) {})
* .on('response', function(response) {
* // Server connected and responded with the specified status and
* headers.
* // Server connected and responded with the specified status and headers.
* })
* .on('end', function() {
* // The file is fully downloaded.
Expand Down

0 comments on commit f9e5fd8

Please sign in to comment.