From 8f35e5012abb476b50aab2eed0fc8712df50e20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DOTTEL=20Ga=C3=ABl?= Date: Sun, 7 Jan 2024 15:58:00 +0100 Subject: [PATCH] Fix chapter 4 reference Chapter 4 has only 3 parts --- en/src/ownership/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/ownership/intro.md b/en/src/ownership/intro.md index a944dce56..a35c1e61b 100644 --- a/en/src/ownership/intro.md +++ b/en/src/ownership/intro.md @@ -1,5 +1,5 @@ # Ownership and Borrowing Learning resources: -- English: [Rust Book 4.1-4.4](https://doc.rust-lang.org/book/ch04-00-understanding-ownership.html) +- English: [Rust Book 4.1-4.3](https://doc.rust-lang.org/book/ch04-00-understanding-ownership.html) - 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/ownership/index.html)