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)