Skip to content

Commit

Permalink
fixed a typo in the reference to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmoodoo committed Nov 13, 2023
1 parent 71352de commit 64ff66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch01-03-hello-cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn main() {
```

Cargo has generated a “Hello, world!” program for you, just like the one we
wrote in Listing 1-1! So far, the differences between our project and the
wrote in Listing 1-2! So far, the differences between our project and the
project Cargo generated are that Cargo placed the code in the *src* directory
and we have a *Cargo.toml* configuration file in the top directory.

Expand Down

0 comments on commit 64ff66d

Please sign in to comment.