Skip to content

Commit 413dd46

Browse files
Doc: refer to array properly (#1541)
2 parents 5c39454 + 3531e1e commit 413dd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compute/src/region.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ Region.prototype.getRules = function(options, callback) {
672672
* representing part of the larger set of results to view.
673673
* @param {function} callback - The callback function.
674674
* @param {?error} callback.err - An error returned while making this request.
675-
* @param {module:compute/subnetworks} callback.subnetworks - Subnetwork objects
676-
* from this region.
675+
* @param {module:compute/subnetwork[]} callback.subnetworks - Subnetwork
676+
* objects from this region.
677677
* @param {?object} callback.nextQuery - If present, query with this object to
678678
* check for more results.
679679
* @param {object} callback.apiResponse - The full API response.

0 commit comments

Comments
 (0)