From 4c5132bf8eadc320f4b3e96a175492ca102c1ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Wed, 1 Nov 2017 15:36:42 +0100 Subject: [PATCH] Reverted incorrect capitalization --- doc/Ecosystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Ecosystem.md b/doc/Ecosystem.md index 84b8634..fae650d 100644 --- a/doc/Ecosystem.md +++ b/doc/Ecosystem.md @@ -29,7 +29,7 @@ We suggest a Linux or OSX development environment, though Rust related tools are The [rustup](https://www.rustup.rs/), tool manager allows you to manage multiple tool chain installations. Rust is distributed in three channels (`stable`, `beta` and `nightly`). You may set the default toolchain: ``` -rustup default nightly-2017-10-22-x86_64-unknown-Linux-gnu +rustup default nightly-2017-10-22-x86_64-unknown-linux-gnu ``` and get information on the status of `rustup` ``` @@ -87,4 +87,4 @@ You may choose to use the [gitlens](https://github.com/eamodio/vscode-gitlens) e ## Native Debug The [Native Debug](https://github.com/WebFreak001/code-debug) extension allows for debugging Rust application from within `vscode`. Native Debug supports both `lldb` (LLVM) and `gdb` (GNU) -debuggers. For embedded development, you will use the latter. See Embedded.md (TODO) for further details. \ No newline at end of file +debuggers. For embedded development, you will use the latter. See Embedded.md (TODO) for further details. -- GitLab