mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Formatting and grammer fixed
This commit is contained in:
parent
45376bb6b2
commit
f8159d26e0
|
@ -13402,7 +13402,7 @@ Application concepts are easier to reason about.
|
|||
|
||||
void manual_publishing(std::string* msg)
|
||||
{
|
||||
// Incapsulates thread functionality into the application task
|
||||
// Encapsulates thread functionality into the application task
|
||||
std::thread publisher(publish, &msg);
|
||||
publisher.join();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user