Skip to content

Commit aaa18c6

Browse files
committed
Fixed incorrect parameter in documentation
1 parent ae255eb commit aaa18c6

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
@@ -164,7 +164,7 @@ class observable_unique_ptr {
164164

165165
/// Explicit ownership capture of a raw pointer, with customer deleter.
166166
/** \param value The raw pointer to take ownership of
167-
* \param deleter The deleter object to use
167+
* \param del The deleter object to use
168168
* \note Do *not* manually delete this raw pointer after the
169169
* observable_unique_ptr is created. If possible, prefer
170170
* using make_observable_unique() instead of this constructor.

0 commit comments

Comments
 (0)