Skip to content

Commit 2c6e748

Browse files
committed
Auto merge of #9376 - nicolaiunrein:patch-1, r=alexcrichton
Fix typo in book While reading I found a little typo in the docs and corrected it.
2 parents 1243c37 + 68a1f03 commit 2c6e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/cargo-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bench = false
2727

2828
### Binaries
2929

30-
Binary targets are executables programs that can be run after being compiled.
30+
Binary targets are executable programs that can be run after being compiled.
3131
The default binary filename is `src/main.rs`, which defaults to the name of
3232
the package. Additional binaries are stored in the [`src/bin/`
3333
directory][package layout]. The settings for each binary can be [customized]

0 commit comments

Comments
 (0)