We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d15790 commit 2af3ac1Copy full SHA for 2af3ac1
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