diff --git a/src/node/index.js b/src/node/index.js index f7cbdf004e23a5457f32ace3e58d9b2a1de1d4d7..1bef2072ddea82d797b6934eb6e55238f3da5844 100644 --- a/src/node/index.js +++ b/src/node/index.js @@ -75,7 +75,8 @@ function load(filename) { /** * Get a function that a client can use to update metadata with authentication - * information from a Google Auth credential object. + * information from a Google Auth credential object, which comes from the + * googleauth library. * @param {Object} credential The credential object to use * @return {function(Object, callback)} Metadata updater function */