diff --git a/tutorial/CoreTutorial/CoLoop.cpp b/tutorial/CoreTutorial/CoLoop.cpp index 74c3fc993..edd72314c 100644 --- a/tutorial/CoreTutorial/CoLoop.cpp +++ b/tutorial/CoreTutorial/CoLoop.cpp @@ -9,7 +9,7 @@ void CoLoopTutorial() /// all started threads to finish. Scheduling is the responsibility of client code, but can /// be easily managed using the std::atomic counter. This way, the overhead associated with /// creating lambdas and scheduling them is kept to the minimum (basically the cost of - /// atomic increment). + /// atomic increment). Once again, CoDo is based on CoWork, so `CoWork::FinLock` is available. Vector data; for(int i = 0; i < 100; i++)