From bdfff5f346f5d4825915ac8a55d930a00438fe34 Mon Sep 17 00:00:00 2001 From: Orefa Date: Mon, 10 Aug 2020 12:56:39 +0800 Subject: [PATCH] Update ch03-01-variables-and-mutability.md fix link --- src/ch03-01-variables-and-mutability.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ch03-01-variables-and-mutability.md b/src/ch03-01-variables-and-mutability.md index 4330aed..0bfea26 100644 --- a/src/ch03-01-variables-and-mutability.md +++ b/src/ch03-01-variables-and-mutability.md @@ -153,6 +153,5 @@ error[E0308]: mismatched types 现在我们已经了解了变量如何工作,让我们看看变量可以拥有的更多数据类型。 -[comparing-the-guess-to-the-secret-number]: -ch02-00-guessing-game-tutorial.html#comparing-the-guess-to-the-secret-number +[comparing-the-guess-to-the-secret-number]:ch02-00-guessing-game-tutorial.html#comparing-the-guess-to-the-secret-number [data-types]: ch03-02-data-types.html#data-types