fix: minor typo in review text

This commit is contained in:
star-szr
2024-03-21 12:05:07 -04:00
committed by GitHub
parent 52f615324a
commit e1354438bb
+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}");
}