We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Listing[caption]
1 parent dd30faa commit b539e27Copy full SHA for b539e27
src/ch01-03-hello-cargo.md
@@ -58,7 +58,7 @@ repository; you can override this behavior by using `cargo new --vcs=git`.
58
Open *Cargo.toml* in your text editor of choice. It should look similar to the
59
code in Listing 1-2.
60
61
-<Listing number="1-2" file-name="Cargo.toml" caption="Listing 1-2: Contents of *Cargo.toml* generated by `cargo new`">
+<Listing number="1-2" file-name="Cargo.toml" caption="Contents of *Cargo.toml* generated by `cargo new`">
62
63
```toml
64
[package]
0 commit comments