Skip to content

Commit

Permalink
iiopp: Fixed typo in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Blumhagen <[email protected]>
  • Loading branch information
sternmull authored and pcercuei committed May 24, 2023
1 parent 9a86957 commit 82e9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/cpp/iiopp.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* - Implicit conversion to the wrapped C-types, so C++ instances can easily be passed to the C-API.
*
* @warning All objects live in the @ref iiopp::Context that created them. When a context gets destroyed (when
* the last <tt>std::shared_pointer</tt> to it releases it) all its child objects die as well. All types have
* the last <tt>std::shared_ptr</tt> to it releases it) all its child objects die as well. All types have
* weak reference semantic and become invalid when the context gets destroyed.
* Lifetime is managed by <tt>std::shared_ptr</tt>.
*
Expand Down

0 comments on commit 82e9508

Please sign in to comment.