Skip to content

Commit e281cf5

Browse files
followerJoshua Nelson
authored and
Joshua Nelson
committed
Fix line length error.
Reduced line length to <100 (as indicated by PR build error). (Also removed extra space character before link.)
1 parent 35b702b commit e281cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ the submodule to. Running `./x.py build` should work now.
373373
## Writing Documentation
374374

375375
Documentation improvements are very welcome. The source of `doc.rust-lang.org`
376-
is located in [`src/doc`][srcdoc] in the tree, and standard API documentation is generated
377-
from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function in the same way
378-
as other pull requests.
376+
is located in [`src/doc`][srcdoc] in the tree, and standard API documentation is generated
377+
from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function
378+
in the same way as other pull requests.
379379

380380
[srcdoc]: https://github.com/rust-lang/rust/tree/master/src/doc
381381
[librs]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1

0 commit comments

Comments
 (0)