docs: fix a typo in DependencyUI

Signed-off-by: ELginas <gintaras.z123@yahoo.com>
This commit is contained in:
ELginas 2025-05-01 14:23:41 +03:00
parent 1649ee28e3
commit ef4807a439
No known key found for this signature in database
GPG Key ID: 9D455E66A854B4F8

View File

@ -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>,