Skip to content

Commit 095358f

Browse files
authored
Update tutorial_09_coroutines.md (#359)
Minor fix, renamed Timepoint to TimePoint.
1 parent f9c2461 commit 095358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_09_coroutines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class MyAsyncAction: public CoroActionNode
105105
CoroActionNode::halt();
106106
}
107107

108-
Timepoint Now()
108+
TimePoint Now()
109109
{
110110
return std::chrono::high_resolution_clock::now();
111111
};

0 commit comments

Comments
 (0)