Skip to content

Commit

Permalink
Update csharp/src/Ice/Proxy.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Henriksen <[email protected]>
  • Loading branch information
bernardnormier and InsertCreativityHere authored Feb 1, 2024
1 parent d0fd080 commit 60b3647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Ice/Proxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Task<bool> ice_isAAsync(string id,
/// Returns the Slice type IDs of the interfaces supported by the target object of this proxy.
/// </summary>
/// <param name="result">The asynchronous result object returned by <code>begin_ice_ids</code>.</param>
/// <returns>The Slice type IDs of the interfaces supported by the target object, in in alphabetical order.
/// <returns>The Slice type IDs of the interfaces supported by the target object, in alphabetical order.
/// </returns>
string[] end_ice_ids(AsyncResult result);

Expand Down

0 comments on commit 60b3647

Please sign in to comment.