fix: minor typo in review text
This commit is contained in:
@@ -59,7 +59,7 @@ impl Strategy {
|
||||
}
|
||||
|
||||
if !self.as_dependency.is_empty() {
|
||||
println!("as depdendency:");
|
||||
println!("as dependency:");
|
||||
for p in &self.as_dependency {
|
||||
println!(" {p}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user