Skip to content

Commit e7d3817

Browse files
committed
Corrected the function name
1 parent e2c5adf commit e7d3817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rntuple.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ class RNTupleDescriptorBuilder {
762762

763763
// Handle Split Signed Int types
764764
if (originalColtype === ENTupleColumnType.kSplitInt16 || originalColtype === ENTupleColumnType.kSplitInt32 || originalColtype === ENTupleColumnType.kSplitInt64) {
765-
const { blob: decodedArray } = DecodeZigzag(processedBlob, coltype);
765+
const { blob: decodedArray } = decodeZigzag(processedBlob, coltype);
766766
processedBlob = decodedArray;
767767
}
768768

0 commit comments

Comments
 (0)