luau-lang / luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://luau-lang.org
MIT License
3.79k stars 349 forks source link

Fix incorrect comment in lgc.h #1288

Closed zeux closed 4 weeks ago

zeux commented 4 weeks ago

The comment gave an incorrect (reversed) version of the invariant, which could be confusing for people who haven't read the full description in lgc.cpp.

Unfortunately this change is difficult to flag.

Fixes #1282.