Skip to content

Commit

Permalink
Corrects some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Emiola committed Mar 23, 2015
1 parent cb46aae commit 395febd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/googleauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ def self.determine_creds_class(json_key_io)
# 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
Expand Down

0 comments on commit 395febd

Please sign in to comment.