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-06-23 20:59:35 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-07-01 22:07:52 -0500
commit05ae9fdff4edf409270ba2a51d0457585f3dedd0 (patch)
tree39fa30fc77a3bc2dfe96f78f4f3b7ad257f315fe /src/doc/rustc-dev-guide
parentaec5f9636d344ae7eb13160d6b239ea8c93e976c (diff)
downloadrust-05ae9fdff4edf409270ba2a51d0457585f3dedd0.tar.gz
rust-05ae9fdff4edf409270ba2a51d0457585f3dedd0.zip
Fix non-link
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index d4dfc5a0bb3..3959e14ed7e 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -306,7 +306,7 @@ Caused by:
 failed to run: ~/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path ~/rust/src/bootstrap/Cargo.toml
 ```
 
-The [`[patch]`][patchsec] section of `Cargo.toml` can be very useful for
+The [`\[patch\]`][patchsec] section of `Cargo.toml` can be very useful for
 testing. In addition to that, you should read the [Overriding
 dependencies][overriding] section of the documentation.