Skip to content

Commit

Permalink
docs: lint code snippets (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and stephenplusplus committed Nov 7, 2016
1 parent 739ca25 commit 6d55ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/src/instance-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function InstanceGroup(zone, name) {
* instanceGroup.create().then(function(data) {
* var instanceGroup = data[0];
* var operation = data[1];
* var apiResponse = data[2]
* var apiResponse = data[2];
* });
*/
create: true,
Expand Down

0 comments on commit 6d55ac6

Please sign in to comment.