Skip to content

Commit

Permalink
Fix typo in big int array
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Jun 13, 2015
1 parent 12c002d commit 7d0e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/textParsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function parseIntegerArray (value) {

function parseBigIntegerArray (value) {
if (!value) return null
return item.parse(val, allowNull(function (item) {
return array.parse(val, allowNull(function (item) {
return parseBigInteger(entry).trim()
}))
}
Expand Down

0 comments on commit 7d0e439

Please sign in to comment.