Michele Caini пре 3 година
родитељ
комит
4094669222
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/md/graph.md

+ 1 - 1
docs/md/graph.md

@@ -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,