mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
docs: fix a typo in DependencyUI
Signed-off-by: ELginas <gintaras.z123@yahoo.com>
This commit is contained in:
parent
1649ee28e3
commit
ef4807a439
@ -930,7 +930,7 @@ fn populate_dependency(mut dependency: Dependency, arg: &DepOp) -> Dependency {
|
||||
/// Track presentation-layer information with the editable representation of a `[dependencies]`
|
||||
/// entry (Dependency)
|
||||
pub struct DependencyUI {
|
||||
/// Editable representation of a `[depednencies]` entry
|
||||
/// Editable representation of a `[dependencies]` entry
|
||||
dep: Dependency,
|
||||
/// The version of the crate that we pulled `available_features` from
|
||||
available_version: Option<semver::Version>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user