fix various comment typos

This commit is contained in:
Joel Natividad 2024-04-10 08:37:02 -04:00
parent 62fd1d5377
commit e5b6d433fb
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -266,7 +266,7 @@ struct S13 {
impl S13 {
fn new() -> Self {
// Shoud not warn!
// Should not warn!
Self::default()
}
}