Skip to content

Commit a514058

Browse files
authored
Merge pull request #2629 from memoryleak47/typo
typo
2 parents ab28118 + d9508ba commit a514058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/collapsible_if.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn main() {
4141
}
4242
}
4343

44-
// Collaspe `else { if .. }` to `else if ..`
44+
// Collapse `else { if .. }` to `else if ..`
4545
if x == "hello" {
4646
print!("Hello ");
4747
} else {

0 commit comments

Comments
 (0)