We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a2bd0 commit ec2e427Copy full SHA for ec2e427
1 file changed
README.md
@@ -306,10 +306,10 @@ emplace a callable with one argument of type `tf::Subflow`.
306
tf::Task A = tf.emplace([] (tf::Subflow& subflow) {});
307
```
308
309
-A subflow builder is a lightweight object that allows you to create
+A subflow is a lightweight object that allows you to create
310
arbitrary dependency graphs at runtime.
311
All graph building methods defined in taskflow
312
-can be used in the subflow builder.
+can be used in the subflow.
313
314
```cpp
315
tf::Task A = tf.emplace([] (tf::Subflow& subflow) {
0 commit comments