mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Formatting and grammer fixed
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user