about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-08 21:24:38 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-12 14:11:01 -0500
commitaff0052b92f895888c03684712e957c4975e9983 (patch)
tree93105579be59caaa7b2fbfebb80e81d23727b3ac /src/doc/rustc-dev-guide
parent551b1892bf8f6269b5692e77ed7a815a05cf32b2 (diff)
downloadrust-aff0052b92f895888c03684712e957c4975e9983.tar.gz
rust-aff0052b92f895888c03684712e957c4975e9983.zip
Fix sentence grammar
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/lowering-mir.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/lowering-mir.md b/src/doc/rustc-dev-guide/src/backend/lowering-mir.md
index ccc09bee681..93516c5d87f 100644
--- a/src/doc/rustc-dev-guide/src/backend/lowering-mir.md
+++ b/src/doc/rustc-dev-guide/src/backend/lowering-mir.md
@@ -48,9 +48,8 @@ and can be found in [`rustc_codegen_llvm::intrinsic`][llvmint].
 
 [llvmint]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/intrinsic/index.html
 
-Everything else will use the [builder interface][builder], this is the code that gets
-called in [`librustc_codegen_ssa::mir::*`][ssamir] modules that was discussed
-above.
+Everything else will use the [builder interface][builder]. This is the code that gets
+called in the [`librustc_codegen_ssa::mir::*`][ssamir] modules discussed above.
 
 [builder]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/builder/index.html
 [ssamir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/mir/index.html