We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d15790 + 2af3ac1 commit 6b7a3f4Copy full SHA for 6b7a3f4
src/Node/Buffer.js
@@ -68,7 +68,7 @@ exports.writeImpl = function (ty) {
68
};
69
70
71
-exports.writeStringImpl = function (enc) {
+exports.writeStringImpl = function (encoding) {
72
return function (offset) {
73
return function (length) {
74
return function (value) {
0 commit comments