We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85215c8 commit 50ce011Copy full SHA for 50ce011
documentation/ControlFlowGraph.md
@@ -18,7 +18,7 @@ of a subprogram's control flow graph in place.
18
A _control flow graph_ is a collection of simple (_i.e.,_ "non-extended")
19
basic _blocks_ that comprise straight-line sequences of _actions_ with a
20
single entry point and a single exit point, and a collection of
21
-directed flow _edges_ (or _arcs_) denoting all possible transition of
+directed flow _edges_ (or _arcs_) denoting all possible transitions of
22
control flow that may take place during execution from the end of
23
one basic block to the beginning of another (or itself).
24
0 commit comments