Skip to content

Commit b7c7fc7

Browse files
Update bufferHash.md
1 parent 3c62bbf commit b7c7fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/bufferHash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ checksums, data validation, or collision detection. Not suitable for cryptograph
1414
a [number](https://arcade.makecode.com/types/number) of k-bit non-cryptographic hash.
1515

1616
## Example
17-
Let us calculate the buffer's hash when the bits as 2 when the buffer's length is 30.
17+
Let us calculate the buffer's hash the bits as 2 when the buffer's length is 30.
1818
``` ts
1919
const buf = Buffer.create(30);
2020
let hashValue = 0;

0 commit comments

Comments
 (0)