Skip to content

Commit 68a1f03

Browse files
Fix typo in book
While reading I found a little typo in the docs and corrected it.
1 parent 1243c37 commit 68a1f03

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)