chore: grammar fixes

Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
Stefan 2025-04-24 21:43:01 +01:00 committed by GitHub
parent c0b2e1e14e
commit 889e5611bb
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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)) =