summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/has_features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/lib/detect/has_features.lua')
-rw-r--r--xmake/modules/lib/detect/has_features.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/has_features.lua b/xmake/modules/lib/detect/has_features.lua
index 1bcd7cc9a..d8fc8e051 100644
--- a/xmake/modules/lib/detect/has_features.lua
+++ b/xmake/modules/lib/detect/has_features.lua
@@ -26,7 +26,7 @@ import("lib.detect.features", {alias = "get_features"})
--
-- @param name the tool name
-- @param features the features
--- @param opt the argument options, .e.g {verbose = false, flags = {}, program = ""}}
+-- @param opt the argument options, e.g. {verbose = false, flags = {}, program = ""}}
--
-- @return the supported features or nil
--