From 395febd0f0333fe8b86492fe7c7b1d30daf3ae8b Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Mon, 23 Mar 2015 15:27:21 -0700 Subject: [PATCH] Corrects some comments --- lib/googleauth.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/googleauth.rb b/lib/googleauth.rb index bc767d4..c7cfe45 100644 --- a/lib/googleauth.rb +++ b/lib/googleauth.rb @@ -75,8 +75,9 @@ END # Google APIs. Application Default Credentials are described in detail # at http://goo.gl/IUuyuX. # - # If supplied, scope is used to create the credentials instance, when it - # can applied. E.g, on google compute engine, the scope is ignored. + # If supplied, scope is used to create the credentials instance, when it can + # be applied. E.g, on google compute engine and for user credentials the + # scope is ignored. # # @param scope [string|array|nil] the scope(s) to access # @param options [hash] allows override of the connection being used