Browse Source

doc: minor changes

Michele Caini 3 năm trước cách đây
mục cha
commit
cf401aa0b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/md/graph.md

+ 1 - 1
docs/md/graph.md

@@ -280,7 +280,7 @@ purpose of this tool is to generate an execution graph that takes into account
 all specified constraints to return the best scheduling for the vertices:
 
 ```cpp
-entt::adjacency_matrix graph = builder.graph();
+entt::adjacency_matrix<entt::directed_tag> graph = builder.graph();
 ```
 
 The search for the main vertices, that is those without in-edges, is usually the