Skip to content

Commit 1c1201e

Browse files
authored
Merge pull request #1121 from poulad/patch-1
Update cargo conventions section
2 parents 0849fa1 + 3a0a45e commit 1c1201e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ foo
1212
Suppose that we wanted to have two binaries in the same project, though. What
1313
then?
1414

15-
It turns out that `cargo` supports this. The default binary name is `main.rs`, as
15+
It turns out that `cargo` supports this. The default binary name is `main`, as
1616
we saw before, but you can add additional binaries by placing them in a `bin/`
1717
directory:
1818

0 commit comments

Comments
 (0)