summaryrefslogtreecommitdiff
path: root/xmake/modules/package/manager/apt/install_package.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-24 10:42:55 +0800
committerOpportunityLiu <[email protected]>2019-07-24 10:42:55 +0800
commitb1a47544b8f60c12541b8b5a0f4383639d348af3 (patch)
treeea52bf2d354a9d04405ef1fadf1d45b82f5a90af /xmake/modules/package/manager/apt/install_package.lua
parentae7d6509749944564b939bd36cf6ab895dcff0af (diff)
fix typo
Diffstat (limited to 'xmake/modules/package/manager/apt/install_package.lua')
-rw-r--r--xmake/modules/package/manager/apt/install_package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/apt/install_package.lua b/xmake/modules/package/manager/apt/install_package.lua
index 9f46cdb98..c74f1e897 100644
--- a/xmake/modules/package/manager/apt/install_package.lua
+++ b/xmake/modules/package/manager/apt/install_package.lua
@@ -26,7 +26,7 @@ import("privilege.sudo")
-- install package
--
-- @param name the package name
--- @param opt the options, .e.g {verbose = true, apt = "the package name"}
+-- @param opt the options, e.g. {verbose = true, apt = "the package name"}
--
-- @return true or false
--