We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8cae2 commit 620f3e3Copy full SHA for 620f3e3
1 file changed
templates/javascript/src/deserialize.js.erb
@@ -14,7 +14,7 @@ const LITTLE_ENDIAN = (() => {
14
15
if (uint8[0] === 0x44) {
16
return true;
17
- } else if (uInt8[0] === 0x11) {
+ } else if (uint8[0] === 0x11) {
18
return false;
19
} else {
20
throw new Error("Mixed endianness");
0 commit comments