Fix a small typo (#1343)

This commit is contained in:
printfn 2022-04-20 11:57:49 +02:00 committed by GitHub
parent ab3dadc854
commit 5fac76ad20
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ will finally take the MIR and produce some executable machine code.
[MIR]: ./mir/index.md [MIR]: ./mir/index.md
> 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
> overloaded because in the compiler source, it usually refers to the "codegen > overloaded because in the compiler source, it usually refers to the "codegen
> backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend" > backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend"
> in this part, we are referring to the "codegen backend". > in this part, we are referring to the "codegen backend".