Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Jul 31, 2024
1 parent cb49609 commit fb42a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ in the command-group functions once they are activated.

Updating a node using the methods mentioned above will take effect immediately
for nodes in modifiable command-graphs. However, for graphs that are in the executable
state, in order to finalize the update, the updated nodes must be passed to
state, in order to commit the update, the updated nodes must be passed to
`command_graph<graph_state::executable>::update(node& node)` or
`command_graph<graph_state::executable>::update(const std::vector<node>& nodes)`.

Expand Down

0 comments on commit fb42a49

Please sign in to comment.