summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/zh/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh/manual.md b/docs/zh/manual.md
index a65875c0e..1271e09ce 100644
--- a/docs/zh/manual.md
+++ b/docs/zh/manual.md
@@ -6497,7 +6497,7 @@ local ok = has_cfuncs({"sigsetjmp((void*)0, 0)", "setjmp"}, {includes = "setjmp.
- 判断指定c头文件是否存在
-此接口是[lib.detect.check_cxsnippets](#detect-check_cxsnippets)的简化版本,仅用于检测函数。
+此接口是[lib.detect.check_cxsnippets](#detect-check_cxsnippets)的简化版本,仅用于检测头文件。
```lua
import("lib.detect.has_cincludes")