Fix a small typo (#1343)

This commit is contained in:
printfn 2022-04-20 11:57:49 +02:00 committed by GitHub
parent a8add664d4
commit 043e60f4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
> 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
> backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend"
> in this part, we are referring to the "codegen backend".