Merge pull request #2629 from memoryleak47/typo

typo
This commit is contained in:
Manish Goregaokar 2018-04-04 19:14:29 -07:00 committed by GitHub
commit a514058e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ fn main() {
} }
} }
// Collaspe `else { if .. }` to `else if ..` // Collapse `else { if .. }` to `else if ..`
if x == "hello" { if x == "hello" {
print!("Hello "); print!("Hello ");
} else { } else {