about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2021-01-20 17:42:24 -0800
committerJoshua Nelson <joshua@yottadb.com>2021-01-21 14:26:25 -0500
commite61acde6b56d5458d9472a3ffdfaac004db2a797 (patch)
tree9775c55fbe72dfca5435e4d141fe80ef311fceab /src/doc/rustc-dev-guide
parent1e695f2e0c1e438d66928aa5fcb1dac611d34ab0 (diff)
downloadrust-e61acde6b56d5458d9472a3ffdfaac004db2a797.tar.gz
rust-e61acde6b56d5458d9472a3ffdfaac004db2a797.zip
Add missing period
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/updating-llvm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
index 77b2fdea7bf..896a0f49406 100644
--- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
+++ b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
@@ -109,7 +109,7 @@ through each in detail.
    [llvm]
    download-ci-llvm = false
    ```
-   in config.toml
+   in config.toml.
 
 4. Test for regressions across other platforms. LLVM often has at least one bug
    for non-tier-1 architectures, so it's good to do some more testing before