Correct typo in chapter 12 intro

Change from "Ownership and borrowing" to "Type conversion" as the book says in the chapter list
This commit is contained in:
kaioh33
2022-07-26 16:15:35 +01:00
committed by GitHub
parent d91ca79253
commit dba5925b80

View File

@ -1,4 +1,4 @@
# Ownership and Borrowing
# Type Conversion
Learning resources:
- English: [Standary library](https://std.rs)
- 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/converse.html)