Skip to content

Commit e5aea70

Browse files
committed
Fix the wrong comment
Signed-off-by: hi-rustin <[email protected]>
1 parent 99b1369 commit e5aea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pub enum Mutation<'a> {
579579
/// The version of the crate
580580
vers: &'a str,
581581
},
582-
/// The user is attempting to unyank a crate.
582+
/// The user is attempting to modify the owners of a crate.
583583
Owners {
584584
/// The name of the crate
585585
name: &'a str,

0 commit comments

Comments
 (0)