Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Dec 28, 2012
1 parent 4b123ef commit d9bb4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffered-writer.js
Expand Up @@ -12,7 +12,7 @@ ep.create (ep.next (), "INVALID_OFFSET_LENGTH",
"The offset or length parameters are not valid (offset={offset}, " +
"length={length}, length-offset<0).");
ep.create (ep.next (), "INVALID_DATA",
"The data can only be a Number, String, Array or Buffer");
"The data can only be a Number, String, Array or Buffer.");

var BUFFER_SIZE = 16384;
var EOL = process.platform === "win32"
Expand Down

0 comments on commit d9bb4f2

Please sign in to comment.