From 58b21202bf76fa8a0fba1ecd996d35b7eec848f6 Mon Sep 17 00:00:00 2001 From: me Date: Tue, 19 Jul 2022 22:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A38.1=E4=B9=A0=E9=A2=98?= =?UTF-8?q?=E7=AD=94=E6=A1=88=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-CN/src/pattern-match/match-iflet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/src/pattern-match/match-iflet.md b/zh-CN/src/pattern-match/match-iflet.md index d37e931..757ca7c 100644 --- a/zh-CN/src/pattern-match/match-iflet.md +++ b/zh-CN/src/pattern-match/match-iflet.md @@ -194,4 +194,4 @@ fn main() { } ``` -> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/pattern-match/match-iflet.md)找到答案(在 solutions 路径下) \ No newline at end of file +> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/pattern-match/match.md)找到答案(在 solutions 路径下) \ No newline at end of file