Skip to content

Commit 330a3d7

Browse files
authored
Merge branch 'master' into readable-stream-analysis-refactor
2 parents 5be8db1 + fc0433e commit 330a3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/crc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* This code was duplicated from https://github.com/alexgorbatchev/crc/ under MIT license.
33
* The code below is copied largely unmodified from the below file
4-
* https://github.com/alexgorbatchev/crc/blob/master/src/calculators/crc32.ts
4+
* https://github.com/alexgorbatchev/crc/blob/31fc3853e417b5fb5ec83335428805842575f699/src/calculators/crc32.ts
55
*/
66
let TABLE: Array<number> | Int32Array = [
77
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,

0 commit comments

Comments
 (0)