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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)