Skip to content

Commit 57f9166

Browse files
authored
Merge pull request #3653 from FullyNonlinear/master
text: minor typo fix in 2094-NLL
2 parents b57be11 + 7523e23 commit 57f9166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2094-nll.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ C v
585585
```
586586

587587
We will use a notation like `Block/Index` to refer to a specific
588-
statement or terminate in the control-flow graph. `A/0` and `B/4`
588+
statement or terminator in the control-flow graph. `A/0` and `B/4`
589589
refer to `p = &foo` and `goto C`, respectively.
590590

591591
### What is a lifetime and how does it interact with the borrow checker

0 commit comments

Comments
 (0)