fixed dumb dumb comments left over

the function used to get the bytes at the position with k as the size. lol
This commit is contained in:
CPunch 2019-08-14 15:25:09 -05:00 committed by GitHub
parent 636e00bc01
commit 1d965e8684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ lua_opcode_names = [
"CLOSURE", "VARARG"
]
# at [p]osition size of k
# at [p]osition to k
def get_bits(num, p, k):
# convert number into binary first
binary = bin(num)