Skip to content

Commit 043e60f

Browse files
authored
Fix a small typo (rust-lang#1343)
1 parent a8add66 commit 043e60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part-5-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ will finally take the MIR and produce some executable machine code.
1111

1212
[MIR]: ./mir/index.md
1313

14-
> NOTE: This part of a compiler is often called the _backend_ the term is a bit
14+
> NOTE: This part of a compiler is often called the _backend_. The term is a bit
1515
> overloaded because in the compiler source, it usually refers to the "codegen
1616
> backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend"
1717
> in this part, we are referring to the "codegen backend".

0 commit comments

Comments
 (0)