Fix typo in match-pattern/match-if-let.md

pull/400/head
zongzi531 3 years ago
parent 1a4d9a0ae2
commit f4d63dc697

@ -40,7 +40,7 @@ match target {
模式2 => { 模式2 => {
语句1; 语句1;
语句2; 语句2;
表达式2; 表达式2
}, },
_ => 表达式3 _ => 表达式3
} }

Loading…
Cancel
Save