about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorr00ster <r00ster91@protonmail.com>2021-02-20 13:58:22 +0100
committerGitHub <noreply@github.com>2021-02-20 13:58:22 +0100
commit96ae33e9cedb3ec95d0b785ef662195ac46d8428 (patch)
tree5eb949de54ab1f9998e7e75acc9e1af3c2e31d8f /src/doc/rustc-dev-guide
parentb636598abf690e03a86cd9a2e30c895f1d34cba8 (diff)
downloadrust-96ae33e9cedb3ec95d0b785ef662195ac46d8428.tar.gz
rust-96ae33e9cedb3ec95d0b785ef662195ac46d8428.zip
Make "URL" show up (#1065)
* Make "URL" show up

* Use `<URL>`

Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index 69cdba839b4..d23cd3f0dce 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -101,7 +101,7 @@ If you renamed your fork, you can change the URL like this:
 git remote set-url personal <URL>
 ```
 
-where the <URL> is your new fork.
+where the `<URL>` is your new fork.
 
 ### I see 'Untracked Files: src/stdarch'?