Skip to content

Commit 9c7c592

Browse files
Apply suggestions from code review
Co-authored-by: Tshepang Lekhonkhobe <[email protected]>
1 parent d23b66b commit 9c7c592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/identifiers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Identifiers in the Compiler
22

3-
If you have read the few previous chapters, you now know that the `rustc` uses
4-
many different intermediate representations to perform different kinds of analysis.
3+
If you have read the few previous chapters, you now know that `rustc` uses
4+
many different intermediate representations to perform different kinds of analyses.
55
However, like in every data structure, you need a way to traverse the structure
66
and refer to other elements. In this chapter, you will find information on the
77
different identifiers `rustc` uses for each intermediate representation.

0 commit comments

Comments
 (0)