mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #454 from mpark/F.27
F.27: Fixed typo `s/treads/threads/` in example.
This commit is contained in:
commit
72143e71ab
|
@ -2626,7 +2626,7 @@ Using `std::shared_ptr` is the standard way to represent shared ownership. That
|
|||
std::thread t2 {shade, args2, bottom_left, im};
|
||||
std::thread t3 {shade, args3, bottom_right, im};
|
||||
|
||||
// detach treads
|
||||
// detach threads
|
||||
// last thread to finish deletes the image
|
||||
|
||||
##### Note
|
||||
|
|
Loading…
Reference in New Issue
Block a user