about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorfollower <follower@rancidbacon.com>2020-09-27 04:40:15 +1300
committerJoshua Nelson <joshua@yottadb.com>2020-09-27 10:37:22 -0400
commit0e2c9cccb95dfbd7a723beffbe5a09d118d99e48 (patch)
tree7b1c6b0d5b781a9062f60b65a984bf651a295a23 /src/doc/rustc-dev-guide
parentedceee064f4f625cf06b004f6d9900adeea33569 (diff)
downloadrust-0e2c9cccb95dfbd7a723beffbe5a09d118d99e48.tar.gz
rust-0e2c9cccb95dfbd7a723beffbe5a09d118d99e48.zip
Fix line length error.
Reduced line length to <100 (as indicated by PR build error).

(Also removed extra space character before link.)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index ba446b2745f..b797a6b0abe 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -373,9 +373,9 @@ the submodule to. Running `./x.py build` should work now.
 ## Writing Documentation
 
 Documentation improvements are very welcome. The source of `doc.rust-lang.org`
-is located in  [`src/doc`][srcdoc] in the tree, and standard API documentation is generated
-from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function in the same way
-as other pull requests.
+is located in [`src/doc`][srcdoc] in the tree, and standard API documentation is generated
+from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function
+in the same way as other pull requests.
 
 [srcdoc]: https://github.com/rust-lang/rust/tree/master/src/doc
 [librs]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1