Skip to content

Commit 857cd77

Browse files
Merge pull request taskflow#85 from ganler/master
Fix spelling errors in doc.(mthod -> method)
2 parents 9affe75 + b0035c1 commit 857cd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/Chapter1.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For instance, the callable object must be copy constructible.
6464

6565
Cpp-Taskflow uses C++ structured binding coupled with tuple
6666
to make the creation of tasks simple.
67-
The mthod tf::Taskflow::emplace
67+
The method tf::Taskflow::emplace
6868
accepts a arbitrary number of callable objects to create multiple tasks at one time.
6969

7070
@code{.cpp}

0 commit comments

Comments
 (0)