diff --git a/lib/storage/bucket.js b/lib/storage/bucket.js index ace5832f1b2..df27542ce94 100644 --- a/lib/storage/bucket.js +++ b/lib/storage/bucket.js @@ -347,10 +347,10 @@ Bucket.prototype.file = function(name, options) { * @param {function} callback - The callback function. * * @example - * bucket.getFiles(function(err, files, nextQuery) { + * bucket.getFiles(function(err, files, nextQuery, apiResponse) { * if (nextQuery) { * // nextQuery will be non-null if there are more results. - * bucket.getFiles(nextQuery, function(err, files, nextQuery) {}); + * bucket.getFiles(nextQuery, function(err, files, nextQ, apiResponse) {}); * } * * // The `metadata` property is populated for you with the metadata at the