File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -733,13 +733,13 @@ in data transmission. It's not suitable for cryptographic authentication.
733
733
734
734
To be consistent with other APIs, if the ` data ` is a string, it will
735
735
be encoded with UTF-8 before being used for computation. If users only
736
- uses Node.js to compute and check the checksums, this works well with
736
+ use Node.js to compute and match the checksums, this works well with
737
737
other APIs that uses the UTF-8 encoding by default.
738
738
739
- Some third-party JavaScript libraries that compute the checksum on a
739
+ Some third-party JavaScript libraries compute the checksum on a
740
740
string based on ` str.charCodeAt() ` so that it can be run in browsers.
741
741
If users want to match the checksum computed with this kind of library
742
- from the browser, it's better to use the same library in Node.js
742
+ in the browser, it's better to use the same library in Node.js
743
743
if it also runs in Node.js. If users have to use ` zlib.crc32() ` to
744
744
match the checksum produced by such a third-party library:
745
745
You can’t perform that action at this time.
0 commit comments