fix(review): typo

This commit is contained in:
steven-omaha
2024-03-24 20:57:32 +01:00
+1 -1
View File
@@ -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}");
}