fix various comment typos

This commit is contained in:
Joel Natividad
2024-04-10 08:37:02 -04:00
parent 62fd1d5377
commit e5b6d433fb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ struct S13 {
impl S13 {
fn new() -> Self {
// Shoud not warn!
// Should not warn!
Self::default()
}
}