Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peecky committed Aug 24, 2014
1 parent 5caf38f commit 53d6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ber/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Writer.prototype.writeBuffer = function(buf, tag) {


Writer.prototype.writeStringArray = function(strings) {
if ((!strings instanceof Array))
if (!(strings instanceof Array))
throw new TypeError('argument must be an Array[String]');

var self = this;
Expand Down

0 comments on commit 53d6f29

Please sign in to comment.