mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 13:00:38 +00:00
Fix incorrect comment in sources of Luau.EqSat. (#1333)
This commit is contained in:
parent
e1bf6289c7
commit
4f917420d7
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ target_sources(Luau.Analysis PRIVATE
|
|||
Analysis/src/Unifier2.cpp
|
||||
)
|
||||
|
||||
# Luau.Analysis Sources
|
||||
# Luau.EqSat Sources
|
||||
target_sources(Luau.EqSat PRIVATE
|
||||
EqSat/include/Luau/EGraph.h
|
||||
EqSat/include/Luau/Id.h
|
||||
|
|
Loading…
Reference in a new issue