Formatting and grammer fixed

This commit is contained in:
luav
2017-10-15 10:31:33 +02:00
parent 45376bb6b2
commit f8159d26e0

View File

@@ -13402,7 +13402,7 @@ Application concepts are easier to reason about.
void manual_publishing(std::string* msg) 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); std::thread publisher(publish, &msg);
publisher.join(); publisher.join();
} }