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/actions/require/impl/package.lua | |
| parent | ae7d6509749944564b939bd36cf6ab895dcff0af (diff) | |
fix typo
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index 454b713c4..7f56fa7c2 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -66,7 +66,7 @@ function _parse_require(require_str, requires_extra, parentinfo) -- get version -- - -- .e.g + -- e.g. -- -- lastest -- >=1.5.1 <1.6.0 @@ -187,7 +187,7 @@ end -- sort package deps -- --- .e.g +-- e.g. -- -- a.deps = b -- b.deps = c |
