diff options
| -rw-r--r-- | docs/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
