Fix typo
This commit is contained in:
parent
e94168ce87
commit
b441d2fa89
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ than one successor – that is, control may flow to different
|
|||
places. Function calls like the call to `Vec::new` are always
|
||||
terminators because of the possibility of unwinding, although in the
|
||||
case of `Vec::new` we are able to see that indeed unwinding is not
|
||||
possible, and hence we list only one succssor block, `bb2`.
|
||||
possible, and hence we list only one successor block, `bb2`.
|
||||
|
||||
If we look ahead to `bb2`, we will see it looks like this:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue