Skip to content

Commit 227a102

Browse files
committed
Fix typo
1 parent 81b1bb1 commit 227a102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ fn prepare_targets_for_publish(
27782778
prepared.push(target);
27792779
}
27802780
// Ensure target order is deterministic, particularly for `cargo vendor` where re-vendoring
2781-
// shuld not cause changes.
2781+
// should not cause changes.
27822782
//
27832783
// `unstable` should be deterministic because we enforce that `t.name` is unique
27842784
prepared.sort_unstable_by_key(|t| t.name.clone());

0 commit comments

Comments
 (0)