Skip to content

Commit 7f47c49

Browse files
JohnTitormark-i-m
authored andcommitted
Fix typo
1 parent c6d9943 commit 7f47c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ than one successor – that is, control may flow to different
138138
places. Function calls like the call to `Vec::new` are always
139139
terminators because of the possibility of unwinding, although in the
140140
case of `Vec::new` we are able to see that indeed unwinding is not
141-
possible, and hence we list only one succssor block, `bb2`.
141+
possible, and hence we list only one successor block, `bb2`.
142142

143143
If we look ahead to `bb2`, we will see it looks like this:
144144

0 commit comments

Comments
 (0)