Fix incorrect comment in Bytecode.h

This commit is contained in:
mttsner 2024-07-08 00:00:56 +03:00 committed by GitHub
parent 0d2688844a
commit b38b44f0ad
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -360,8 +360,8 @@ enum LuauOpcode
// SUBRK, DIVRK: compute arithmetic operation between the constant and a source register and put the result into target register
// A: target register
// B: source register
// C: constant table index (0..255); must refer to a number
// B: constant table index (0..255); must refer to a number
// C: source register
LOP_SUBRK,
LOP_DIVRK,