Skip to content

Commit d4f7bbb

Browse files
authored
comments
1 parent 9831cf1 commit d4f7bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/compiler/utils-bau.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local utils = require("compiler.utils")
1717
---and return them as a table.
1818
---@param path string Path to the Makefile.
1919
---@return table options A table like:
20-
--- { { text: "Make all", value="all", bau = "cmake"}, { text: "Make hello", value="hello", bau = "make"} ...}
20+
--- { { text: "Make all", value="all", bau = "make"}, { text: "Make hello", value="hello", bau = "make"} ...}
2121
local function get_makefile_opts(path)
2222
local options = {}
2323

0 commit comments

Comments
 (0)