mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
fix comment
This commit is contained in:
parent
2a80f5e1d1
commit
bbf1a90154
1 changed files with 1 additions and 1 deletions
|
@ -1666,7 +1666,7 @@ void BytecodeBuilder::validateVariadic() const
|
|||
|
||||
if (LUAU_INSN_B(insn) == 0)
|
||||
{
|
||||
// consumer instruction ens a variadic sequence
|
||||
// consumer instruction ends a variadic sequence
|
||||
LUAU_ASSERT(variadicSeq);
|
||||
variadicSeq = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue