diff --git a/source/functions.rst b/source/functions.rst index edb0e38..ea231fa 100644 --- a/source/functions.rst +++ b/source/functions.rst @@ -331,7 +331,7 @@ addprefix $(addprefix ,) - 名称:加前缀函数——addprefix。 -- 功能:把前缀 ```` 加到 ```` 中的每个单词后面。 +- 功能:把前缀 ```` 加到 ```` 中的每个单词前面。 - 返回:返回加过前缀的文件名序列。 - 示例: ``$(addprefix src/,foo bar)`` 返回值是 ``src/foo src/bar`` 。