about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorLeSeulArtichaut <leseulartichaut@gmail.com>2020-09-11 01:10:07 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-09-14 17:42:19 -0500
commitb89337828ee495152a3cadf630c9fdbd32bd5be8 (patch)
tree981c44d4cfd8a06d709a5cbcba27163382d63842 /src/doc/rustc-dev-guide
parent03eaf2a306a5e06b10ffd00a16336b85dafe9322 (diff)
downloadrust-b89337828ee495152a3cadf630c9fdbd32bd5be8.tar.gz
rust-b89337828ee495152a3cadf630c9fdbd32bd5be8.zip
Apply suggestions from code review
Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/identifiers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/identifiers.md b/src/doc/rustc-dev-guide/src/identifiers.md
index 852bfe8a73d..a672c027459 100644
--- a/src/doc/rustc-dev-guide/src/identifiers.md
+++ b/src/doc/rustc-dev-guide/src/identifiers.md
@@ -1,7 +1,7 @@
 # Identifiers in the Compiler
 
-If you have read the few previous chapters, you now know that the `rustc` uses
-many different intermediate representations to perform different kinds of analysis.
+If you have read the few previous chapters, you now know that `rustc` uses
+many different intermediate representations to perform different kinds of analyses.
 However, like in every data structure, you need a way to traverse the structure
 and refer to other elements. In this chapter, you will find information on the
 different identifiers `rustc` uses for each intermediate representation.