1
0
Michele Caini 3 жил өмнө
parent
commit
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,