From 60b3647e12708f2994e409dca8968ee2a27483bc Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 1 Feb 2024 10:32:53 -0500 Subject: [PATCH] Update csharp/src/Ice/Proxy.cs Co-authored-by: Austin Henriksen --- csharp/src/Ice/Proxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/src/Ice/Proxy.cs b/csharp/src/Ice/Proxy.cs index 7d8d80650b2..3868e02170d 100644 --- a/csharp/src/Ice/Proxy.cs +++ b/csharp/src/Ice/Proxy.cs @@ -248,7 +248,7 @@ Task ice_isAAsync(string id, /// Returns the Slice type IDs of the interfaces supported by the target object of this proxy. /// /// The asynchronous result object returned by begin_ice_ids. - /// The Slice type IDs of the interfaces supported by the target object, in in alphabetical order. + /// The Slice type IDs of the interfaces supported by the target object, in alphabetical order. /// string[] end_ice_ids(AsyncResult result);