185: Minor fixes r=therealprof a=nickgolangi

As per issue https://github.com/rust-embedded/book/issues/184.

I removed the word "long" as well, to further shift the tone from teaching toward collaboration.

Co-authored-by: nickgolangi <48889034+nickgolangi@users.noreply.github.com>
This commit is contained in:
bors[bot]
2019-04-22 12:58:28 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ you'll need to configure things a bit differently later on. You can move to the
If neither command worked as a normal user then try to run them with root
permission (e.g. `sudo openocd ..`). If the commands do work with root
permission then check that the [udev rules] has been correctly set.
permission then check that the [udev rules] have been correctly set.
[udev rules]: linux.md#udev-rules

View File

@@ -362,7 +362,7 @@ echo $?
0
```
Let me break down that long QEMU command for you:
Let's break down that QEMU command:
- `qemu-system-arm`. This is the QEMU emulator. There are a few variants of
these QEMU binaries; this one does full *system* emulation of *ARM* machines