forked from OSchip/llvm-project
Correct copy-pasteo in lua script language description
This commit is contained in:
parent
2ede5dccff
commit
af1b7d06d9
|
@ -39,7 +39,7 @@ static constexpr OptionEnumValueElement g_script_option_enumeration[] = {
|
|||
{
|
||||
eScriptLanguageLua,
|
||||
"lua",
|
||||
"Commands are in the Python language.",
|
||||
"Commands are in the Lua language.",
|
||||
},
|
||||
{
|
||||
eSortOrderByName,
|
||||
|
|
Loading…
Reference in New Issue