We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8add66 commit 043e60fCopy full SHA for 043e60f
src/part-5-intro.md
@@ -11,7 +11,7 @@ will finally take the MIR and produce some executable machine code.
11
12
[MIR]: ./mir/index.md
13
14
-> NOTE: This part of a compiler is often called the _backend_ the term is a bit
+> NOTE: This part of a compiler is often called the _backend_. The term is a bit
15
> overloaded because in the compiler source, it usually refers to the "codegen
16
> backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend"
17
> in this part, we are referring to the "codegen backend".
0 commit comments