From 231ae19e191bdac154adffdc5d68154089da9cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Fri, 16 Feb 2024 21:37:01 +0800 Subject: [PATCH] fix: Fix typo --- .../Google.Cloud.Storage.V1/StorageClient.CopyObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs index 4729401b8345..b1ecfaef40fe 100644 --- a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs +++ b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs @@ -43,7 +43,7 @@ public virtual Object CopyObject( } /// - /// Creates a copy of an object synchronously, potentially to a different bucket. This method uses the + /// Creates a copy of an object asynchronously, potentially to a different bucket. This method uses the /// rewriteObject underlying API operation for more flexibility and reliability. /// /// The name of the bucket containing the object to copy. Must not be null.