Skip to content

Commit 5dee440

Browse files
committed
Fixed typos in readme
1 parent d5c9493 commit 5dee440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# observable_unique_ptr<T, Deleter>, observable_sealed_ptr<T>, observer_ptr<T>
1+
# observable_unique_ptr, observable_sealed_ptr, observer_ptr
22

33
![Build Status](https://github.com/cschreib/observable_unique_ptr/actions/workflows/cmake.yml/badge.svg) ![Docs Build Status](https://github.com/cschreib/observable_unique_ptr/actions/workflows/doc.yml/badge.svg)
44

@@ -139,7 +139,7 @@ You can run the benchmarks yourself, they are located in `tests/speed_benchmark.
139139

140140
Detail of the benchmarks:
141141
- Create owner empty: default-construct an owner pointer (to nullptr).
142-
- Create owner: construct an owner pointer by taking ownership of an object (for `oup::observer_sealed_ptr`, this is using `oup::make_observable_sealed()`).
142+
- Create owner: construct an owner pointer by taking ownership of an existing object.
143143
- Create owner factory: construct an owner pointer using `std::make_*` or `oup::make_*` factory functions.
144144
- Dereference owner: get a reference to the underlying owned object from an owner pointer.
145145
- Create observer empty: default-construct an observer pointer (to nullptr).

0 commit comments

Comments
 (0)