Skip to content

Commit

Permalink
Fix the wrong comment
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed Jan 30, 2023
1 parent 99b1369 commit e5aea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ pub enum Mutation<'a> {
/// The version of the crate
vers: &'a str,
},
/// The user is attempting to unyank a crate.
/// The user is attempting to modify the owners of a crate.
Owners {
/// The name of the crate
name: &'a str,
Expand Down

0 comments on commit e5aea70

Please sign in to comment.