Skip to content

Commit b539e27

Browse files
authored
Drop extra text from Listing[caption]
1 parent dd30faa commit b539e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch01-03-hello-cargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repository; you can override this behavior by using `cargo new --vcs=git`.
5858
Open *Cargo.toml* in your text editor of choice. It should look similar to the
5959
code in Listing 1-2.
6060

61-
<Listing number="1-2" file-name="Cargo.toml" caption="Listing 1-2: Contents of *Cargo.toml* generated by `cargo new`">
61+
<Listing number="1-2" file-name="Cargo.toml" caption="Contents of *Cargo.toml* generated by `cargo new`">
6262

6363
```toml
6464
[package]

0 commit comments

Comments
 (0)