Skip to content

Commit cd42aba

Browse files
committed
Fixed typo in docs
1 parent 150a829 commit cd42aba

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
@@ -1183,7 +1183,7 @@ template<typename T>
11831183
class enable_observer_from_this {
11841184
mutable observer_ptr<T> this_observer;
11851185

1186-
// Friendship is required for assignement of the observer.
1186+
// Friendship is required for assignment of the observer.
11871187
template<typename U, typename D>
11881188
friend class details::observable_unique_ptr_base;
11891189

0 commit comments

Comments
 (0)