diff --git a/text/2094-nll.md b/text/2094-nll.md index 94d0f755f0b..46eec89bf71 100644 --- a/text/2094-nll.md +++ b/text/2094-nll.md @@ -585,7 +585,7 @@ C v ``` We will use a notation like `Block/Index` to refer to a specific -statement or terminate in the control-flow graph. `A/0` and `B/4` +statement or terminator in the control-flow graph. `A/0` and `B/4` refer to `p = &foo` and `goto C`, respectively. ### What is a lifetime and how does it interact with the borrow checker