We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c39454 + 3531e1e commit 413dd46Copy full SHA for 413dd46
packages/compute/src/region.js
@@ -672,8 +672,8 @@ Region.prototype.getRules = function(options, callback) {
672
* representing part of the larger set of results to view.
673
* @param {function} callback - The callback function.
674
* @param {?error} callback.err - An error returned while making this request.
675
- * @param {module:compute/subnetworks} callback.subnetworks - Subnetwork objects
676
- * from this region.
+ * @param {module:compute/subnetwork[]} callback.subnetworks - Subnetwork
+ * objects from this region.
677
* @param {?object} callback.nextQuery - If present, query with this object to
678
* check for more results.
679
* @param {object} callback.apiResponse - The full API response.
0 commit comments