Skip to content

Commit ef4807a

Browse files
committed
docs: fix a typo in DependencyUI
Signed-off-by: ELginas <gintaras.z123@yahoo.com>
1 parent 1649ee2 commit ef4807a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_add/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ fn populate_dependency(mut dependency: Dependency, arg: &DepOp) -> Dependency {
930930
/// Track presentation-layer information with the editable representation of a `[dependencies]`
931931
/// entry (Dependency)
932932
pub struct DependencyUI {
933-
/// Editable representation of a `[depednencies]` entry
933+
/// Editable representation of a `[dependencies]` entry
934934
dep: Dependency,
935935
/// The version of the crate that we pulled `available_features` from
936936
available_version: Option<semver::Version>,

0 commit comments

Comments
 (0)