We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3079b commit 74d2a74Copy full SHA for 74d2a74
1 file changed
lib/compute/vm.js
@@ -436,9 +436,7 @@ VM.prototype.reset = function(callback) {
436
* @param {object} callback.apiResponse - The full API response.
437
*
438
* @example
439
- * vm.setMachineType(
440
- * 'n1-standard-1'
441
- * }, function(err, operation, apiResponse) {
+ * vm.setMachineType('n1-standard-1', function(err, operation, apiResponse) {
442
* // `operation` is an Operation object that can be used to check the status
443
* // of the request.
444
* });
0 commit comments