Skip to content

Commit

Permalink
Minor fix for checkedCast param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jun 20, 2024
1 parent b81c856 commit 2d4b7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/Ice/ProxyFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace Ice

/**
* Downcasts a proxy after confirming the target object's type via a remote invocation.
* @param proxy The source proxy (can be nullopt).
* @param proxy The source proxy.
* @param facet A facet name.
* @param context The context map for the invocation.
* @return A proxy with the requested type and facet, or nullopt if the target object does not have the requested
Expand Down

0 comments on commit 2d4b7bf

Please sign in to comment.