Formatting and grammer fixed

pull/1059/head
luav 8 years ago
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…
Cancel
Save