From 75f4436e96f5ecd5c8e50d1e2613b58e1b674ee2 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 24 Aug 2017 18:15:22 +0800 Subject: modify docs --- docs/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/manual.md b/docs/manual.md index 0427b85cf..aae03de8c 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -307,7 +307,7 @@ Set the whole project version, we can set it at the beginning of `xmake.lua`. set_version("1.5.1") ``` -It will add project version info to this file automatically if we call [set_config_h](#targetset_config_h) to set `config.h`.` +It will add project version info to this file automatically if we call [set_config_header](#targetset_config_header) to set `config.h`.` For example: -- cgit v1.3.1