Skip to content

Commit 532a833

Browse files
committed
snake_case -> camelCase
1 parent 5882d51 commit 532a833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stream-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const streamData = async ($, dataFileName) => {
1111
throw new Error();
1212
}
1313

14-
$.memU32[memmap.definitions_ptr] = memmap.definitions;
14+
$.memU32[memmap.definitionsPtr] = memmap.definitions;
1515

1616
const resp = await fetch(dataFileName, {
1717
headers: {'Accept-Encoding': 'br, deflate'}

0 commit comments

Comments
 (0)