mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:35:32 +00:00
typo
This commit is contained in:
@@ -41,7 +41,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
|
||||
// Collaspe `else { if .. }` to `else if ..`
|
||||
// Collapse `else { if .. }` to `else if ..`
|
||||
if x == "hello" {
|
||||
print!("Hello ");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user