From 6dc27e4c7b40cc23b6c22c4ada4a6e57c080cad8 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Jan 2022 10:25:26 +0800 Subject: [PATCH] fix --- exercise/exercises/functions/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercise/exercises/functions/README.md b/exercise/exercises/functions/README.md index 58465d40..66547bd4 100644 --- a/exercise/exercises/functions/README.md +++ b/exercise/exercises/functions/README.md @@ -1,7 +1,7 @@ -# 函数(Functions) +# Functions -在这里,你将学习如何编写函数,以及 Rust 的编译器如何对事物进行追溯(way back)。 +Here, you'll learn how to write functions and how Rust's compiler can trace things way back. -## 更多信息 +## Further information - [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)