From fb7fbe47c451d0a84cedb637f5dcfae796e0cb54 Mon Sep 17 00:00:00 2001 From: Thomas Rognon Date: Sat, 8 Oct 2016 16:08:46 -0500 Subject: [PATCH] docs: datastore: maxApiCalls should be number (another occurrence) --- packages/datastore/src/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datastore/src/request.js b/packages/datastore/src/request.js index 27a9811dae1..2b56a0f708b 100644 --- a/packages/datastore/src/request.js +++ b/packages/datastore/src/request.js @@ -413,7 +413,7 @@ DatastoreRequest.prototype.insert = function(entities, callback) { * If not specified, default values are chosen by Datastore for the * operation. Learn more about strong and eventual consistency * [here](https://cloud.google.com/datastore/docs/articles/balancing-strong-and-eventual-consistency-with-google-cloud-datastore). - * @param {boolean} options.maxApiCalls - Maximum API calls to make. + * @param {number} options.maxApiCalls - Maximum API calls to make. * @param {function=} callback - The callback function. If omitted, a readable * stream instance is returned. * @param {?error} callback.err - An error returned while making this request