From dba5925b80bc3bd4faa9465a59678abf5b2601eb Mon Sep 17 00:00:00 2001 From: kaioh33 <81778538+gflow33@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:15:35 +0100 Subject: [PATCH] Correct typo in chapter 12 intro Change from "Ownership and borrowing" to "Type conversion" as the book says in the chapter list --- en/src/type-conversions/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/type-conversions/intro.md b/en/src/type-conversions/intro.md index 651635d..1b2c372 100644 --- a/en/src/type-conversions/intro.md +++ b/en/src/type-conversions/intro.md @@ -1,4 +1,4 @@ -# Ownership and Borrowing +# Type Conversion Learning resources: - English: [Standary library](https://std.rs) - 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/converse.html)