Fix typos

This commit is contained in:
mo8it
2024-06-26 02:26:04 +02:00
parent 29bcb282da
commit 1694682aa4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ impl Package {
// TODO: Add the correct return type to the function signature.
fn is_international(&self) {
// TODO: Read the tests that use this method to find out when a package is concidered international.
// TODO: Read the tests that use this method to find out when a package
// is considered international.
}
// TODO: Add the correct return type to the function signature.