Skip to content

Commit e1848e6

Browse files
updated readme.md
1 parent 38b0d8a commit e1848e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and is by far faster, more expressive, and easier for drop-in integration than e
2525

2626
*"Cpp-Taskflow is the cleanest Task API I've ever seen." [damienhocking][damienhocking]*
2727

28-
*"Cpp-Taskflow has very a simple and elegant interface. The performance also scales very well." [totalgee][totalgee]*
28+
*"Cpp-Taskflow has a very simple and elegant tasking interface. The performance also scales very well." [totalgee][totalgee]*
2929

3030
# Get Started with Cpp-Taskflow
3131

@@ -467,6 +467,7 @@ The table below summarizes a list of commonly used methods.
467467
The main different between `emplace` and `silent_emplace` is the return value.
468468
The method `emplace` gives you a future object to retrieve the result of the callable
469469
when the task completes.
470+
470471
```cpp
471472
// create a task through emplace
472473
auto [task, future] = tf.emplace([](){ return 1; });

0 commit comments

Comments
 (0)