Skip to content

Commit a753b25

Browse files
committed
docs: fix snappy ver number in callout comment
1 parent 2933494 commit a753b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/wire_protocol/compression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function decompress(
8585
const snappyResult = Snappy.uncompress(compressedData, { asBuffer: true }, callback);
8686

8787
if (isPromiseLike(snappyResult)) {
88-
// Using snappy 6.x
88+
// Using snappy 7.x
8989
snappyResult.then(buffer => callback(undefined, buffer)).catch(error => callback(error));
9090
}
9191
break;

0 commit comments

Comments
 (0)