mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
Typo fix
This commit is contained in:
parent
034669ba0f
commit
356c576448
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ try {
|
|||
const deflator = new pako.Deflate();
|
||||
|
||||
deflator.push(chunk1, false);
|
||||
deflator.push(chunk2), false;
|
||||
deflator.push(chunk2); // second param is false by default.
|
||||
...
|
||||
deflator.push(chunk_last, true); // `true` says this chunk is last
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue