Add backticks around the code in the caption

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-14 21:16:26 -04:00
parent 10e05517ba
commit b974d0b749
2 changed files with 4 additions and 4 deletions

View File

@ -378,8 +378,8 @@ $ cargo build
```
<caption>
Listing 2-2: The output from running cargo build after adding the rand crate as
a dependency
Listing 2-2: The output from running `cargo build` after adding the rand crate
as a dependency
</caption>
You may see different version numbers (but they will all be compatible with

View File

@ -393,8 +393,8 @@ $ cargo build
```
<caption>
Listing 2-2: The output from running cargo build after adding the rand crate as
a dependency
Listing 2-2: The output from running `cargo build` after adding the rand crate
as a dependency
</caption>
You may see different version numbers (but they will all be compatible with