Skip to content

Commit a73b5e7

Browse files
Update indexOf.md
1 parent 73ea928 commit a73b5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/buffer/indexOf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A sequence of raw bytes that searches through those bytes.
44

55
## Returns
66
* a number which is the postion in the buffer where the element is found. This number
7-
is -1 if a matching element is not found anywhere in the array. The index of the first matching byte
7+
is -1 if a matching element is not found anywhere in the array.
88

99
## Example
1010
``` ts

0 commit comments

Comments
 (0)