doc: typo

This commit is contained in:
Michele Caini
2022-06-23 08:51:12 +02:00
parent 9e19244659
commit 4094669222

View File

@@ -265,7 +265,7 @@ assigning this role to a vertex is always the same: first it's tied to the flow
builder, then the `sync` function is invoked:
```cpp
builder.bind("sync_point").sync();
builder.bind("sync_point"_hs).sync();
```
The choice to assign an _identity_ to this type of nodes lies in the fact that,