Fix copy&paste messup.

Spotted by Pietro Albini
This commit is contained in:
Alona Enraght-Moony 2024-05-08 13:12:43 +01:00 committed by Guillaume Gomez
parent a342b3cdea
commit 4afd91233e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ crates.io ownership is managed [via the command line](https://doc.rust-lang.org/
I will run the following commands to move ownership.
```
cargo owner --add github:rust-lang:owners
cargo owner --add github:rust-lang:rustdoc
cargo owner --add rust-lang-owner
cargo owner --remove aDotInTheVoid
```