Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Mar 29, 2023
1 parent 471c57b commit 772936b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All the arguments following the two dashes (`--`) are passed to the binary to
run. If you're passing arguments to both Cargo and the binary, the ones after
`--` go to the binary, the ones before go to Cargo.

Unlike {{man "cargo-test" 1}} and {{man "cargo-bench" 1}},`cargo run` sets the
Unlike {{man "cargo-test" 1}} and {{man "cargo-bench" 1}}, `cargo run` sets the
working directory of the binary executed to the current working directory, same
as if it was executed in the shell directly.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-run.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DESCRIPTION
to run. If you’re passing arguments to both Cargo and the binary, the
ones after -- go to the binary, the ones before go to Cargo.

Unlike cargo-test(1) and cargo-bench(1),cargo run sets the working
Unlike cargo-test(1) and cargo-bench(1), cargo run sets the working
directory of the binary executed to the current working directory, same
as if it was executed in the shell directly.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All the arguments following the two dashes (`--`) are passed to the binary to
run. If you're passing arguments to both Cargo and the binary, the ones after
`--` go to the binary, the ones before go to Cargo.

Unlike [cargo-test(1)](cargo-test.html) and [cargo-bench(1)](cargo-bench.html),`cargo run` sets the
Unlike [cargo-test(1)](cargo-test.html) and [cargo-bench(1)](cargo-bench.html), `cargo run` sets the
working directory of the binary executed to the current working directory, same
as if it was executed in the shell directly.

Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-run.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All the arguments following the two dashes (\fB\-\-\fR) are passed to the binary
run. If you\[cq]re passing arguments to both Cargo and the binary, the ones after
\fB\-\-\fR go to the binary, the ones before go to Cargo.
.sp
Unlike \fBcargo\-test\fR(1) and \fBcargo\-bench\fR(1),\fBcargo run\fR sets the
Unlike \fBcargo\-test\fR(1) and \fBcargo\-bench\fR(1), \fBcargo run\fR sets the
working directory of the binary executed to the current working directory, same
as if it was executed in the shell directly.
.SH "OPTIONS"
Expand Down

0 comments on commit 772936b

Please sign in to comment.