Skip to content

Commit eff2c71

Browse files
committed
Fixed typo in comparison spreadsheet
1 parent 2c475a6 commit eff2c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Labels:
8787
- unique: `std::unique_ptr<T>`
8888
- weak: `std::weak_ptr<T>`
8989
- shared: `std::shared_ptr<T>`
90-
- observer: `oup::observable_ptr<T>`
90+
- observer: `oup::observer_ptr<T>`
9191
- obs_unique: `oup::observable_unique_ptr<T>`
9292
- obs_sealed: `oup::observable_sealed_ptr<T>`
9393

0 commit comments

Comments
 (0)