Skip to content

Commit

Permalink
chore(samples): minor changes in a sample comment
Browse files Browse the repository at this point in the history
  • Loading branch information
savijatv authored and Ace Nassri committed Nov 21, 2022
1 parent b30b005 commit 847581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/instances/suspend-resume/suspend.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @param {string} projectId - Project ID or project number of the Cloud project you want to use.
* @param {string} zone - Name of the zone to create the instance in. For example: "us-west3-b"
* @param {string} instanceName - Name of the new virtual machine (VM) instance.
* @param {string} instanceName - Name of the virtual machine (VM) instance that you want to suspend.
*/
function main(projectId, zone, instanceName) {
// [START compute_suspend_instance]
Expand Down

0 comments on commit 847581f

Please sign in to comment.