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
1 changed files with 1 additions and 1 deletions

View File

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