Skip to content

Commit ec2e427

Browse files
updated README
1 parent f9a2bd0 commit ec2e427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@ emplace a callable with one argument of type `tf::Subflow`.
306306
tf::Task A = tf.emplace([] (tf::Subflow& subflow) {});
307307
```
308308

309-
A subflow builder is a lightweight object that allows you to create
309+
A subflow is a lightweight object that allows you to create
310310
arbitrary dependency graphs at runtime.
311311
All graph building methods defined in taskflow
312-
can be used in the subflow builder.
312+
can be used in the subflow.
313313

314314
```cpp
315315
tf::Task A = tf.emplace([] (tf::Subflow& subflow) {

0 commit comments

Comments
 (0)