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 60b3647 commit 093ff0e
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 @@ -1197,7 +1197,7 @@ private AsyncResult<Callback_Object_ice_ids>
/// 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, n alphabetical order.
/// <returns>The Slice type IDs of the interfaces supported by the target object, in alphabetical order.
/// </returns>
public string[] end_ice_ids(AsyncResult result)
{
Expand Down

0 comments on commit 093ff0e

Please sign in to comment.