Skip to content

Commit 0361ba3

Browse files
Update BufferEncoder.js
1 parent 96cf793 commit 0361ba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/BufferEncoder.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ var BufferEncoder = function() {
1616
* Encodes arbitrary object data to bytes.
1717
*
1818
* @public
19-
* @throws if the value is a NaN.
20-
* @throws if the value is a function.
21-
* @param {String} key - An object's key that should be encoded.
22-
* @param {any} val - An object's value that should be encoded.
23-
* @param {Number} index - Array index.
19+
* @throws if the value is a NaN
20+
* @throws if the value is a function
21+
* @param {String} key
22+
* @param {any} val
23+
* @param {Number} index
2424
*/
2525
BufferEncoder.prototype.encode = function(key, val, index) {
2626
key && this._asString8(key);

0 commit comments

Comments
 (0)