summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-31 09:16:31 +0800
committerruki <[email protected]>2017-07-31 09:16:31 +0800
commitfa9702bfcf4ba7ed2b599727913444cc3498bfda (patch)
tree444daea100eefb93a662529ebbc01e20d7e0ba50 /docs
parent94f00ffc6d2e70316b8200f33ba6caeffce8674a (diff)
fix rebuild source file when compiling fails
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")