Skip to content

Commit b932cf2

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Fix typos
1 parent ca851c6 commit b932cf2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/updating-llvm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Example PRs look like:
6666

6767
## Feature updates
6868

69-
> Note that this information is as of the time of this writing (December 2018
70-
> <!-- date: 2018-12 -->. The process for updating LLVM changes with practically
71-
> all LLVM updates, so this may be out of date!
69+
> Note that this information is as of the time of this writing <!-- date:
70+
2018-12 --> (December 2018). The process for updating LLVM changes with
71+
practically all LLVM updates, so this may be out of date!
7272

7373
Unlike bugfixes, updating to pick up a new feature of LLVM typically requires a
7474
lot more work. This is where we can't reasonably cherry-pick commits backwards

src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ Note that by default, `x.py setup` will use CI-built LLVM if available for your
154154
platform so that you don't need to build LLVM in addition to building the
155155
compiler. In some circumstances, such as when updating the version of LLVM used
156156
by `rustc`, you may want to temporarily disable this feature. See the ["Updating
157-
LLVM"] for more.
157+
LLVM" section] for more.
158158

159-
["Updating LLVM"]: https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html?highlight=download-ci-llvm#feature-updates
159+
["Updating LLVM" section]: https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html?highlight=download-ci-llvm#feature-updates
160160

161161
### x.py Intro
162162

0 commit comments

Comments
 (0)