Skip to content

Commit

Permalink
docs: Minor docs correction (#465)
Browse files Browse the repository at this point in the history
The value in the example five lines up is 'world', so this line should match that.
  • Loading branch information
ellord authored and JustinBeckwith committed Oct 18, 2018
1 parent 4dc6e06 commit 1b01dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2814,7 +2814,7 @@ class File extends ServiceObject {
* metadata: {
* abc: '123', // will be set.
* unsetMe: null, // will be unset (deleted).
* hello: 'goodbye' // will be updated from 'hello' to 'goodbye'.
* hello: 'goodbye' // will be updated from 'world' to 'goodbye'.
* }
* }, function(err, apiResponse) {
* // metadata should now be { abc: '123', hello: 'goodbye' }
Expand Down

0 comments on commit 1b01dd2

Please sign in to comment.