From 7523e231968cb5068cb0b8031ef0e5a91d6df8a4 Mon Sep 17 00:00:00 2001 From: riemannstein Date: Wed, 5 Jun 2024 15:20:15 +0800 Subject: [PATCH] change wording of 2094 --- text/2094-nll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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