From e728510bad8369b2d1aa387df549c5dab0310cd9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Jan 2022 11:19:47 +0800 Subject: [PATCH] perf --- exercise/exercises/functions/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exercise/exercises/functions/README.md b/exercise/exercises/functions/README.md index 8e7cf63c..66cd1e36 100644 --- a/exercise/exercises/functions/README.md +++ b/exercise/exercises/functions/README.md @@ -1,6 +1,8 @@ # 函数(Functions) -在本练习,你将学习如何编写一个函数,以及 Rust 的编译器怎样对事物进行追溯(way back)。 +在本练习,你将学习如何编写一个函数,以及 Rust 编译器怎样可以对事物进行追溯(trace things way back)。 + +译:依据练习的内容,追溯的意思可能是类型推导之类的事。 ## 更多信息