diff options
| author | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
| commit | b1a47544b8f60c12541b8b5a0f4383639d348af3 (patch) | |
| tree | ea52bf2d354a9d04405ef1fadf1d45b82f5a90af /xmake/core/project/project.lua | |
| parent | ae7d6509749944564b939bd36cf6ab895dcff0af (diff) | |
fix typo
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 6e670ec3b..581d16e1e 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -350,9 +350,9 @@ function project._load(force, disable_filter) return true end --- load deps for instance: .e.g option, target and rule +-- load deps for instance: e.g. option, target and rule -- --- .e.g +-- e.g. -- -- a.deps = b -- b.deps = c @@ -500,7 +500,7 @@ function project._load_targets() -- load rules from target and language -- - -- .e.g + -- e.g. -- -- a.deps = b -- b.deps = c |
