diff options
| author | fwqaaq <[email protected]> | 2023-05-15 18:47:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 18:47:29 +0800 |
| commit | 4e768cef8bfada5097b9040a877400413adaef3e (patch) | |
| tree | 1ef64c87d4ebe5af9a5bc013e3a687ded153f899 /xmake/actions/create/main.lua | |
| parent | dcbdeb57a9573cf747fc7268c648c40b61b2f2cf (diff) | |
Apply suggestions from code review
Diffstat (limited to 'xmake/actions/create/main.lua')
| -rw-r--r-- | xmake/actions/create/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua index aa33b2cda..ff90e4602 100644 --- a/xmake/actions/create/main.lua +++ b/xmake/actions/create/main.lua @@ -32,7 +32,7 @@ end -- create project from template function _create_project(language, templateid, targetname) if targetname == '.' then - raise("you should specific ${red}-P${reset} instead of directly using ${red}.${reset}") + raise("you should specify ${red}-P${reset} instead of directly using ${red}.${reset}") end -- check the language |
