Skip to content

Commit

Permalink
Merge branch 'master' into merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aatxe committed May 26, 2024
2 parents 0f61e4e + 0dbe1a5 commit 26fb155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
Expand Down
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 26fb155

Please sign in to comment.