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.
1 parent 1243c37 commit 68a1f03Copy full SHA for 68a1f03
src/doc/src/reference/cargo-targets.md
@@ -27,7 +27,7 @@ bench = false
27
28
### Binaries
29
30
-Binary targets are executables programs that can be run after being compiled.
+Binary targets are executable programs that can be run after being compiled.
31
The default binary filename is `src/main.rs`, which defaults to the name of
32
the package. Additional binaries are stored in the [`src/bin/`
33
directory][package layout]. The settings for each binary can be [customized]
0 commit comments