Skip to content

Commit bdf5951

Browse files
committed
Fix typo in Buffer FFI code
1 parent 29d53dc commit bdf5951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ exports.copy = function (srcStart) {
143143
return function (targStart) {
144144
return function (targ) {
145145
return function() {
146-
return src.copy(targ, targStart, srcStart, strcEnd);
146+
return src.copy(targ, targStart, srcStart, srcEnd);
147147
};
148148
};
149149
};

0 commit comments

Comments
 (0)