From 889e5611bbcb017f4e9e5a41ffab47ee8f51daba Mon Sep 17 00:00:00 2001 From: Stefan <42220813+Stefanuk12@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:43:01 +0100 Subject: [PATCH] chore: grammar fixes Co-authored-by: dai --- src/download_and_link.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/download_and_link.rs b/src/download_and_link.rs index 780b3d9..e476249 100644 --- a/src/download_and_link.rs +++ b/src/download_and_link.rs @@ -279,8 +279,8 @@ impl Project { return Some(make_fut(id, node, container_folder)); } - // not a direct dependency, check if it's parent is and matches the install mode - // todo: optimise this maybe. many iterations through graph can add up if graph big + // not a direct dependency, check if its parent is and matches the install mode + // TODO: optimise this maybe. many iterations through the graph can add up if the graph's big let mut current_parent = &id; while let Some((parent_id, parent_node)) =