diff options
| author | ruki <[email protected]> | 2017-08-24 18:15:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-24 18:15:22 +0800 |
| commit | 75f4436e96f5ecd5c8e50d1e2613b58e1b674ee2 (patch) | |
| tree | f6a6c5db61fb1641ea3b49789613b2af9248b18e /docs | |
| parent | 35e1d95ced10a2311e9ee96030b8aeb7a2e4bf8b (diff) | |
modify docs
Diffstat (limited to 'docs')
| -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: |
