Skip to content

Commit da5b079

Browse files
committed
wordsmithing
1 parent 8ac5b52 commit da5b079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ brackets at the end of each author.
119119
#### The `edition` field
120120

121121
The `edition` key is an optional key that affects which edition your package
122-
is compiled with. Cargo will always generate packages via [`cargo new`] with
123-
the `edition` key set to the latest edition. Setting the `edition` key in
122+
is compiled with. [`cargo new`] will generate a package with the `edition` key
123+
set to the latest edition. Setting the `edition` key in
124124
`[package]` will affect all targets/crates in the package, including test
125125
suites, benchmarks, binaries, examples, etc.
126126

0 commit comments

Comments
 (0)