We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0383534 + 94eac0b commit a37dcbbCopy full SHA for a37dcbb
src/utils/adler32.js
@@ -24,7 +24,7 @@ var MOD = 65521;
24
25
// This is a clean-room implementation of adler32 designed for detecting
26
// if markup is not what we expect it to be. It does not need to be
27
-// cryptographically strong, only reasonable good at detecting if markup
+// cryptographically strong, only reasonably good at detecting if markup
28
// generated on the server is different than that on the client.
29
function adler32(data) {
30
var a = 1;
0 commit comments