Fix incorrect comment in sources of Luau.EqSat. (#1333)

This commit is contained in:
Alexander McCord 2024-07-16 10:51:51 -07:00 committed by GitHub
parent e1bf6289c7
commit 4f917420d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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