From a362f28044bbe386c475b1ada2347d837af66397 Mon Sep 17 00:00:00 2001 From: Patrick Jones Date: Thu, 17 Jun 2021 15:11:54 -0700 Subject: [PATCH] downscope: fix grammar and punctuation. --- google/downscope/downscoping.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/downscope/downscoping.go b/google/downscope/downscoping.go index 65f6098..87ea3ef 100644 --- a/google/downscope/downscoping.go +++ b/google/downscope/downscoping.go @@ -32,7 +32,7 @@ type accessBoundary struct { // An AvailabilityCondition restricts access to a given Resource. type AvailabilityCondition struct { - // A Expression specifies the Cloud Storage objects where + // An Expression specifies the Cloud Storage objects where // permissions are available. For further documentation, see // https://cloud.google.com/iam/docs/conditions-overview Expression string `json:"expression"` @@ -68,7 +68,7 @@ type downscopedTokenResponse struct { ExpiresIn int `json:"expires_in"` } -// DownscopingConfig specifies the information necessary to request a downscoped token +// DownscopingConfig specifies the information necessary to request a downscoped token. type DownscopingConfig struct { // RootSource is the TokenSource used to create the downscoped token. // The downscoped token therefore has some subset of the accesses of