Skip to content

Commit c76b83c

Browse files
Fixed comment
1 parent c23bb76 commit c76b83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/main/java/compute/reservation/UpdateVmsForReservation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args)
4444
updateVmsForReservation(projectId, zone, reservationName, numberOfVms);
4545
}
4646

47-
// Updates a reservation with new VM Capacity.
47+
// Updates a reservation with new VM capacity.
4848
public static void updateVmsForReservation(
4949
String projectId, String zone, String reservationName, int numberOfVms)
5050
throws IOException, ExecutionException, InterruptedException, TimeoutException {

0 commit comments

Comments
 (0)