Skip to content

Commit

Permalink
Fix another typo. (googleapis#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Sep 22, 2017
1 parent fdde690 commit 4405006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ function Bucket(storage, name) {
* });
*
* @example <caption>include:samples/iam.js</caption>
* region_tag:view_bucket_iam_members
* region_tag:storage_view_bucket_iam_members
* Example of retrieving a bucket's IAM policy:
*
* @example <caption>include:samples/iam.js</caption>
* region_tag:add_bucket_iam_member
* region_tag:storage_add_bucket_iam_member
* Example of adding to a bucket's IAM policy:
*
* @example <caption>include:samples/iam.js</caption>
* region_tag:remove_bucket_iam_member
* region_tag:storage_remove_bucket_iam_member
* Example of removing from a bucket's IAM policy:
*/
this.iam = new Iam(this);
Expand Down

0 comments on commit 4405006

Please sign in to comment.