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 22:52:33 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-07-01 22:07:52 -0500
commit6d037786794e625fba264536a52f75c22aa02edf (patch)
treed9b89af7c380659fd1bba0d57ff494cff09c0a1b /src/doc/rustc-dev-guide
parent05ae9fdff4edf409270ba2a51d0457585f3dedd0 (diff)
downloadrust-6d037786794e625fba264536a52f75c22aa02edf.tar.gz
rust-6d037786794e625fba264536a52f75c22aa02edf.zip
Escape other 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 3959e14ed7e..3cadde82287 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -320,7 +320,7 @@ reveals what the problem is:
 
 > Next up we need to ensure that our lock file is updated to use this new
 > version of uuid so our project uses the locally checked out copy instead of
-> one from crates.io. The way [patch] works is that it'll load the dependency
+> one from crates.io. The way `\[patch\]` works is that it'll load the dependency
 > at ../path/to/uuid and then whenever crates.io is queried for versions of
 > uuid it'll also return the local version.
 >