mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Add backticks around the code in the caption
This commit is contained in:
parent
10e05517ba
commit
b974d0b749
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user