We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d431d commit 3531e1eCopy full SHA for 3531e1e
1 file changed
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/subnetwork[]} 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