Skip to content

Commit 74d2a74

Browse files
fixup! fixup! fixup! fixup! implement VM.prototype.setMachineType
1 parent 5c3079b commit 74d2a74

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/compute/vm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,7 @@ VM.prototype.reset = function(callback) {
436436
* @param {object} callback.apiResponse - The full API response.
437437
*
438438
* @example
439-
* vm.setMachineType(
440-
* 'n1-standard-1'
441-
* }, function(err, operation, apiResponse) {
439+
* vm.setMachineType('n1-standard-1', function(err, operation, apiResponse) {
442440
* // `operation` is an Operation object that can be used to check the status
443441
* // of the request.
444442
* });

0 commit comments

Comments
 (0)