Skip to content

Commit c24d661

Browse files
authored
Fix typo in CreateWindowsServerInstanceExternalIp.java (GoogleCloudPlatform#7211)
See fix at line#89
1 parent 8cce658 commit c24d661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/cloud-client/src/main/java/compute/windows/windowsinstances/CreateWindowsServerInstanceExternalIp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static void createWindowsServerInstanceExternalIp(String projectId, Strin
8686
.setType("ONE_TO_ONE_NAT")
8787
.setName("External NAT")
8888
.build())
89-
// If you going you use custom VPC network, it must be configured
89+
// If you're going to use a custom VPC network, it must be configured
9090
// to allow access to kms.windows.googlecloud.com.
9191
// https://cloud.google.com/compute/docs/instances/windows/creating-managing-windows-instances#kms-server.
9292
.setName("global/networks/default")
@@ -118,4 +118,4 @@ public static void createWindowsServerInstanceExternalIp(String projectId, Strin
118118
}
119119
}
120120
}
121-
// [END compute_create_windows_instance_external_ip]
121+
// [END compute_create_windows_instance_external_ip]

0 commit comments

Comments
 (0)