Skip to content

Commit

Permalink
docs: remove nextQuery docs & annotate arrays correctly (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Sep 6, 2016
1 parent 3898f64 commit ca76a24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-resourcemanager/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,8 @@ Resource.prototype.createProject = function(id, options, callback) {
* representing part of the larger set of results to view.
* @param {function} callback - The callback function.
* @param {?error} callback.err - An error returned while making this request.
* @param {module:resource/project} callback.operations - Project objects from
* @param {module:resource/project[]} callback.operations - Project objects from
* your account.
* @param {?object} callback.nextQuery - If present, query with this object to
* check for more results.
* @param {object} callback.apiResponse - The full API response.
*
* @example
Expand Down

0 comments on commit ca76a24

Please sign in to comment.