Skip to content

Commit e38e566

Browse files
committed
fix(future): Typo
1 parent cd31084 commit e38e566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/3502-cargo-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Over the next 40 years, we'll have dozen editions which will bloat the
738738
directory, both in terms of the number of files (which can slow things down)
739739
and in terms of file size on Windows.
740740

741-
This might also make shell completion of `cargo` noiser than what we have today with third-part plugins.
741+
This might also make shell completion of `cargo` noisier than what we have today with third-part plugins.
742742

743743
> Disposition: Deferred and we'll re-evaluate based on feedback
744744
@@ -1116,10 +1116,10 @@ to do interactive whitebox testing of private code within a larger project.
11161116
## Make it easier to run cargo commands on scripts
11171117

11181118
Running
1119-
```consple
1119+
```console
11201120
$ cargo update --manifest-path foo.rs
11211121
```
1122-
is a bit of a mouthful for a feature that is generally meant for low everhead when people are used to just running `cargo update`.
1122+
is a bit of a mouthful for a feature that is generally meant for low overhead when people are used to just running `cargo update`.
11231123

11241124
It would be good to explore ways of reducing the overhead here, for example
11251125
- A short flag for `--manifest-path`

0 commit comments

Comments
 (0)