Skip to content

Commit 8b0dcdc

Browse files
committed
修复大小写错误
1 parent e61d7dd commit 8b0dcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeService/src/Config/FunctionOption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "FunctionOption.h"
22
#include "LuaParser/Lexer/LuaLexer.h"
3-
#include "LuaParser/lexer/LuaTokenTypeDetail.h"
3+
#include "LuaParser/Lexer/LuaTokenTypeDetail.h"
44

55
void FunctionOption::Parse(std::string_view option) {
66
std::string text(option);

0 commit comments

Comments
 (0)