From b974d0b7495253b8b5340b500c85ff50d35ff009 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 14 Oct 2016 21:16:26 -0400 Subject: [PATCH] Add backticks around the code in the caption --- nostarch/chapter02.md | 4 ++-- src/ch02-00-guessing-game-tutorial.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nostarch/chapter02.md b/nostarch/chapter02.md index ca04751..6959cfe 100644 --- a/nostarch/chapter02.md +++ b/nostarch/chapter02.md @@ -378,8 +378,8 @@ $ cargo build ``` -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 You may see different version numbers (but they will all be compatible with diff --git a/src/ch02-00-guessing-game-tutorial.md b/src/ch02-00-guessing-game-tutorial.md index 32de496..c404be6 100644 --- a/src/ch02-00-guessing-game-tutorial.md +++ b/src/ch02-00-guessing-game-tutorial.md @@ -393,8 +393,8 @@ $ cargo build ``` -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 You may see different version numbers (but they will all be compatible with