We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bd0a5 commit 3a5a38fCopy full SHA for 3a5a38f
src/background.md
@@ -17,9 +17,9 @@ A control-flow graph is structured as a set of **basic blocks**
17
connected by edges. The key idea of a basic block is that it is a set
18
of statements that execute "together" -- that is, whenever you branch
19
to a basic block, you start at the first statement and then execute
20
-all the remainder. Only at the end of the is there the possibility of
21
-branching to more than one place (in MIR, we call that final statement
22
-the **terminator**):
+all the remainder. Only at the end of the block is there the
+possibility of branching to more than one place (in MIR, we call that
+final statement the **terminator**):
23
24
```
25
bb0: {
0 commit comments