Skip to content

Commit 6efeca0

Browse files
committed
Fixed typo in documentation
1 parent 519029b commit 6efeca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oup/observable_unique_ptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class observable_unique_ptr :
530530
* pointer is set to null and looses ownership. The deleter
531531
* is default constructed. The raw pointer `value`
532532
* must be obtained by casting the raw pointer managed by `manager`
533-
* (const cast, dynamic cast, etc), such that calling `value` has
533+
* (const cast, dynamic cast, etc), such that deleting `value` has
534534
* the same effect as deleting the pointer owned by `manager`.
535535
*/
536536
template<typename U, typename D, typename V, typename enable =

0 commit comments

Comments
 (0)