diff options
| author | Camelid <37223377+camelid@users.noreply.github.com> | 2020-09-09 19:07:00 -0700 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 22:58:18 -0400 |
| commit | a5649c031899f3b4ba0fd09969deb364fac684eb (patch) | |
| tree | 8688db34e7be5f14f5aa495c85933d83d6063d2e /src/doc/rustc-dev-guide | |
| parent | 390716c873b29322570e24355354f2feb734462a (diff) | |
| download | rust-a5649c031899f3b4ba0fd09969deb364fac684eb.tar.gz rust-a5649c031899f3b4ba0fd09969deb364fac684eb.zip | |
Add back comma
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.md | 2 |
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 98b1a2d7ffb..4ec87f78c23 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -484,7 +484,7 @@ are: discuss Rust's internals * The [generated documentation for Rust's compiler][gdfrustc] * The [Rust reference][rr], even though it doesn't specifically talk about - Rust's internals is a great resource nonetheless + Rust's internals, is a great resource nonetheless * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd] |
