Skip to content

Commit 083500f

Browse files
committed
feat: fix the typos
1 parent e57c4df commit 083500f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/Bucket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ public boolean deleteDefaultAcl(Entity entity) {
11171117
/**
11181118
* Delete the lifecycle rules of this bucket.
11191119
*
1120-
* <p>Example of delete the lifecycle rules of this bucket.
1120+
* <p>Example of deleting the lifecycle rules of this bucket.
11211121
*
11221122
* <pre>{@code
11231123
* String bucketName = "my-unique-bucket";

google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ Blob create(
28872887
/**
28882888
* Delete the lifecycle rules of the requested bucket.
28892889
*
2890-
* <p>Example of delete the lifecycle rules of the requested bucket.
2890+
* <p>Example of deleting the lifecycle rules of the requested bucket.
28912891
*
28922892
* <pre>{@code
28932893
* String bucketName = "my-unique-bucket";

0 commit comments

Comments
 (0)