summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2022-05-20 14:37:01 +0200
committerGitHub <noreply@github.com>2022-05-20 21:37:01 +0900
commitf1ad54fe583bafaf83a9a32fdfcb64eaa966c24d (patch)
treebf6e2da7fef2bf5976acea9b0534247bc96791c2 /src/doc/rustc-dev-guide
parentccde9c81b77959d51422d413c9c57bc06233dfd3 (diff)
downloadrust-f1ad54fe583bafaf83a9a32fdfcb64eaa966c24d.tar.gz
rust-f1ad54fe583bafaf83a9a32fdfcb64eaa966c24d.zip
make sentence more simple (#1353)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/mir/dataflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/dataflow.md b/src/doc/rustc-dev-guide/src/mir/dataflow.md
index 7fe807d37c1..ce4a86a239d 100644
--- a/src/doc/rustc-dev-guide/src/mir/dataflow.md
+++ b/src/doc/rustc-dev-guide/src/mir/dataflow.md
@@ -18,7 +18,7 @@ If you're unfamiliar with these terms, or if you want a quick refresher,
 [*Static Program Analysis*] by Anders Møller and Michael I. Schwartzbach is an
 excellent, freely available textbook. For those who prefer audiovisual
 learning, we previously recommended a series of short lectures
-by the Goethe University Frankfurt on YouTube, but it has been deleted for some reasons.
+by the Goethe University Frankfurt on YouTube, but it has since been deleted.
 See [this PR][pr-1295] for the context and [this comment][pr-1295-comment]
 for the alternative lectures.