Skip to content

Commit 49a32af

Browse files
committed
Auto merge of #9079 - lzutao:stray-backtick, r=ehuss
Remove stray backtick from doc Just a minor typo.
2 parents a73e5b7 + 206ded3 commit 49a32af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,15 +985,15 @@ When used with `credentials` file tokens, it needs the `-Z unstable-options`
985985
command-line option:
986986

987987
```console
988-
cargo logout -Z unstable-options`
988+
cargo logout -Z unstable-options
989989
```
990990

991991
When used with the `credential-process` config, use the `-Z
992992
credential-process` command-line option:
993993

994994

995995
```console
996-
cargo logout -Z credential-process`
996+
cargo logout -Z credential-process
997997
```
998998

999999
[`cargo login`]: ../commands/cargo-login.md

0 commit comments

Comments
 (0)