about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2023-10-05 00:56:29 -0700
committerGitHub <noreply@github.com>2023-10-05 00:56:29 -0700
commitea3454eabb6ac1ac4c0fb1326e72b4f19505b0b8 (patch)
tree7e18557b3c4ab0b235629844dbc21d4cb61be7f9 /src/doc/rustc
parent5236c8e1fa25c45f11f02ae72fc27f64d86ba606 (diff)
parentf44d116e1f9a513b8730c1629bf17592bcd9784a (diff)
downloadrust-ea3454eabb6ac1ac4c0fb1326e72b4f19505b0b8.tar.gz
rust-ea3454eabb6ac1ac4c0fb1326e72b4f19505b0b8.zip
Rollup merge of #116223 - catandcoder:master, r=cjgillot
Fix misuses of a vs an

Fixes the misuse of "a" vs "an", according to English grammatical
expectations and using https://www.a-or-an.com/
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support/mips-release-6.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/mips-release-6.md b/src/doc/rustc/src/platform-support/mips-release-6.md
index 3f1912fc6f9..9203a31e9f4 100644
--- a/src/doc/rustc/src/platform-support/mips-release-6.md
+++ b/src/doc/rustc/src/platform-support/mips-release-6.md
@@ -67,7 +67,7 @@ The following procedure outlines the build process for the MIPS64 R6 target with
 
 ### Prerequisite: Disable debuginfo
 
-A LLVM bug makes rustc crash if debug or debug info generation is enabled. You need to edit `config.toml` to disable this:
+An LLVM bug makes rustc crash if debug or debug info generation is enabled. You need to edit `config.toml` to disable this:
 
 ```toml
 [rust]