mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore: grammar fixes
Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
parent
c0b2e1e14e
commit
889e5611bb
1 changed files with 2 additions and 2 deletions
|
@ -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)) =
|
||||
|
|
Loading…
Add table
Reference in a new issue