Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
birds3345 authored May 13, 2024
1 parent 2a80f5e commit bbf1a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/src/BytecodeBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bbf1a90

Please sign in to comment.