Skip to content

Commit 8a18ebd

Browse files
bors[bot]rdelfin
andauthored
Merge #337
337: Fixed typos regarding `.cargo/config.toml` r=eldruin a=rdelfin The file keeps on being referred to as either `cargo/config.toml` or `.cargo/config.toml`. This PR corrects all of them to `.cargo/config.toml` Co-authored-by: Ricardo Delfin <me@rdelfin.com>
2 parents 2c863cf + eeee01f commit 8a18ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/05-led-roulette/flash-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ that port.
143143
## Update ../.cargo/config.toml
144144

145145
Now that you've successfully determined which debugger you need to use
146-
we need to change `../cargo/config.toml` so that `cargo run` command will succeed.
146+
we need to change `../.cargo/config.toml` so that `cargo run` command will succeed.
147147
Note: `cargo` is the rust package manager and you can read about it
148148
[here](https://doc.rust-lang.org/cargo/).
149149

150-
Get back to the terminal prompt and look at `../cargo/config.toml`:
150+
Get back to the terminal prompt and look at `../.cargo/config.toml`:
151151
``` console
152152
~/embedded-discovery/src/05-led-roulette
153153
$ cat ../.cargo/config.toml

0 commit comments

Comments
 (0)