diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2022-05-20 14:37:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 21:37:01 +0900 |
| commit | f1ad54fe583bafaf83a9a32fdfcb64eaa966c24d (patch) | |
| tree | bf6e2da7fef2bf5976acea9b0534247bc96791c2 /src/doc/rustc-dev-guide | |
| parent | ccde9c81b77959d51422d413c9c57bc06233dfd3 (diff) | |
| download | rust-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.md | 2 |
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. |
