Skip to content

Commit 7e26e41

Browse files
Update BufferEncoder.js
1 parent bdbc089 commit 7e26e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BufferEncoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BufferEncoder.prototype.encode = function(key, val, index) {
2929
if (val === null)
3030
this._setMark(marks.DEFAULT_MARK_NULL, index);
3131

32-
// Array: []
32+
// Array: []
3333
else if (Array.isArray(val)) {
3434
index === 0 && this._toInt8(marks.DEFAULT_MARK_ARR_OPEN);
3535

0 commit comments

Comments
 (0)