File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -867,11 +867,11 @@ A `TypeError` will be thrown if `buffer` is not a `Buffer`.
867
867
added: v8.2.0
868
868
-->
869
869
870
- * ` object ` {Object} An object supporting ` Symbol.toPrimitive ` or ` valueOf() `
871
- * ` offsetOrEncoding ` {number |string} A byte-offset or encoding, depending on
870
+ * ` object ` {Object} An object supporting ` Symbol.toPrimitive ` or ` valueOf() ` .
871
+ * ` offsetOrEncoding ` {integer |string} A byte-offset or encoding, depending on
872
872
the value returned either by ` object.valueOf() ` or
873
873
` object[Symbol.toPrimitive]() ` .
874
- * ` length ` {number } A length, depending on the value returned either by
874
+ * ` length ` {integer } A length, depending on the value returned either by
875
875
` object.valueOf() ` or ` object[Symbol.toPrimitive]() ` .
876
876
877
877
For objects whose ` valueOf() ` function returns a value not strictly equal to
You can’t perform that action at this time.
0 commit comments