Skip to content

Commit be4bd17

Browse files
mark-i-mJohnTitor
andcommitted
typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
1 parent 692ac4d commit be4bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/optimizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MIR optimizations
22

33
MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR
4-
before codegen. This is important for two reasons: first, it make the final
4+
before codegen. This is important for two reasons: first, it makes the final
55
generated executable code better, and second, it means that LLVM has less work
66
to do, so compilation is faster. Note that since MIR is generic (not
77
[monomorphized][monomorph] yet), these optimizations are particularly

0 commit comments

Comments
 (0)