Skip to content

Commit cf572f5

Browse files
committed
Fix sentence grammar
1 parent 12900c8 commit cf572f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/lowering-mir.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ and can be found in [`rustc_codegen_llvm::intrinsic`][llvmint].
4848

4949
[llvmint]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/intrinsic/index.html
5050

51-
Everything else will use the [builder interface][builder], this is the code that gets
52-
called in [`librustc_codegen_ssa::mir::*`][ssamir] modules that was discussed
53-
above.
51+
Everything else will use the [builder interface][builder]. This is the code that gets
52+
called in the [`librustc_codegen_ssa::mir::*`][ssamir] modules discussed above.
5453

5554
[builder]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/builder/index.html
5655
[ssamir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/mir/index.html

0 commit comments

Comments
 (0)