Skip to content

Commit 27ce07f

Browse files
Krmjn09silverweed
andauthored
Update modules/rntuple.mjs
Co-authored-by: Silverweed <[email protected]>
1 parent febe083 commit 27ce07f

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
@@ -294,7 +294,7 @@ function DecodeDeltaIndex(blob, coltype) {
294294
/**
295295
* @summary Decode a reconstructed signed integer buffer using ZigZag encoding
296296
*/
297-
function DecodeZigZag(blob, coltype) {
297+
function decodeZigzag(blob, coltype) {
298298
let zigzag, result;
299299

300300
if (coltype === ENTupleColumnType.kInt16) {

0 commit comments

Comments
 (0)