Skip to content

Commit a2b3b21

Browse files
fix createHealthCheck type
1 parent 06f0ce9 commit a2b3b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/compute/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ Compute.prototype.createFirewall = function(name, config, callback) {
272272
* `options.timeoutSec`)
273273
* @param {function=} callback - The callback function.
274274
* @param {?error} callback.err - An error returned while making this request.
275-
* @param {module:compute/network} callback.network - The created Network
276-
* object.
275+
* @param {module:compute/health-check} callback.healthCheck - The created
276+
* HealthCheck object.
277277
* @param {module:compute/operation} callback.operation - An operation object
278278
* that can be used to check the status of the request.
279279
* @param {object} callback.apiResponse - The full API response.

0 commit comments

Comments
 (0)